From 58559c5b3fc12f46aa71af2ffb1d05c9665a1d06 Mon Sep 17 00:00:00 2001 From: Piotr Halama Date: Sat, 15 Jul 2023 03:35:09 +0200 Subject: [PATCH] feat(i18n): add missing plural forms for the Polish language (#818) Add missing plural forms for the Polish language --- i18n/pl.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/i18n/pl.yaml b/i18n/pl.yaml index e44a140..9f2982f 100644 --- a/i18n/pl.yaml +++ b/i18n/pl.yaml @@ -7,6 +7,8 @@ darkMode: list: page: one: "{{ .Count }} strona" + few: "{{ .Count }} strony" + many: "{{ .Count }} stron" other: "{{ .Count }} stron" section: @@ -14,7 +16,9 @@ list: subsection: one: Podsekcja - other: Podsekcje + few: Podsekcje + many: Podsekcji + other: Podsekcji article: back: @@ -28,9 +32,11 @@ article: lastUpdatedOn: other: Ostatnio zaktualizowany - + readingTime: one: "Przeczytasz w {{ .Count }} minutę" + few: "Przeczytasz w {{ .Count }} minuty" + many: "Przeczytasz w {{ .Count }} minut" other: "Przeczytasz w {{ .Count }} minut" notFound: @@ -50,7 +56,7 @@ widget: tagCloud: title: other: Tagi - + categoriesCloud: title: other: Kategorie @@ -63,6 +69,9 @@ search: other: Wpisz coś... resultTitle: + one: "#PAGES_COUNT strona (#TIME_SECONDS sekund)" + few: "#PAGES_COUNT strony (#TIME_SECONDS sekund)" + many: "#PAGES_COUNT stron (#TIME_SECONDS sekund)" other: "#PAGES_COUNT stron (#TIME_SECONDS sekund)" footer: