From 3ab299fb8dc509492e5d5675fe7903768ef656b9 Mon Sep 17 00:00:00 2001
From: Piotr Orzechowski <piotr@orzechowski.tech>
Date: Wed, 18 Nov 2020 20:20:23 +0000
Subject: [PATCH] Add misssing Polish translations (#486)
---
i18n/pl.toml | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/i18n/pl.toml b/i18n/pl.toml
index 886841a..62f0d87 100644
--- a/i18n/pl.toml
+++ b/i18n/pl.toml
@@ -7,8 +7,15 @@
[series]
other = "seria"
+[author]
+other = "autor(ka)"
+
+[posts]
+other = "posty"
+
[reading_time]
-other = "czas czytania: {{ .Count }} min"
+one = "1 min czytania"
+other = "{{ .Count }} min czytania"
[page_not_found]
other = "Nie znaleziono strony"
@@ -21,3 +28,6 @@
[powered_by]
other = "Napędzane przez"
+
+[see_also]
+other = "Zobacz również"
--
Gitblit v1.10.0