From c40cd0d302d9d4c7abd0a5993fa58b6e8c0ff341 Mon Sep 17 00:00:00 2001
From: Piotr Orzechowski <piotr@orzechowski.tech>
Date: Fri, 13 Mar 2020 12:45:13 +0000
Subject: [PATCH] Polish i18n (#275)
---
i18n/pl.toml | 23 +++++++++++++++++++++++
CONTRIBUTORS.md | 3 ++-
2 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 8cfe97d..c949275 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -58,4 +58,5 @@
- [FIGBERT](https://figbert.com/)
- [Yash Mehrotra](https://yashmehrotra.com)
- [Paolo Mainardi](https://paolomainardi.com)
-- [Ka-Wai Lin](https://github.com/kwlin)
\ No newline at end of file
+- [Ka-Wai Lin](https://github.com/kwlin)
+- [Piotr Orzechowski](https://orzechowski.tech)
diff --git a/i18n/pl.toml b/i18n/pl.toml
new file mode 100644
index 0000000..886841a
--- /dev/null
+++ b/i18n/pl.toml
@@ -0,0 +1,23 @@
+[category]
+other = "kategoria"
+
+[tag]
+other = "tag"
+
+[series]
+other = "seria"
+
+[reading_time]
+other = "czas czytania: {{ .Count }} min"
+
+[page_not_found]
+other = "Nie znaleziono strony"
+
+[page_does_not_exist]
+other = "Wybacz, ta strona nie istnieje."
+
+[head_back]
+other = "Możesz wrócić na <a href=\"{{ . }}\">stronę domową</a>."
+
+[powered_by]
+other = "Napędzane przez"
--
Gitblit v1.10.0