From c40cd0d302d9d4c7abd0a5993fa58b6e8c0ff341 Mon Sep 17 00:00:00 2001 From: Piotr Orzechowski Date: Fri, 13 Mar 2020 13:45:13 +0100 Subject: [PATCH] Polish i18n (#275) * Add Polish translation * Add Piotr Orzechowski to contributor list * Add unit to reading time in Polish translation --- CONTRIBUTORS.md | 3 ++- i18n/pl.toml | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 i18n/pl.toml 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 stronę domową." + +[powered_by] +other = "Napędzane przez"