From 5b9a013a9d596b627a503de9773f958289350257 Mon Sep 17 00:00:00 2001 From: Patrick Collins Date: Wed, 2 Dec 2020 22:35:31 -0500 Subject: [PATCH] Patch plural i18n errors --- i18n/en.toml | 1 + i18n/pl.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/i18n/en.toml b/i18n/en.toml index c5e97156..539daf32 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -35,6 +35,7 @@ # Post [reading_time] + one = "1-Minute Read" other = "{{ .Count }}-Minute Read" [read_more] other = "Read More" diff --git a/i18n/pl.toml b/i18n/pl.toml index 742e574c..de28f8f4 100644 --- a/i18n/pl.toml +++ b/i18n/pl.toml @@ -24,12 +24,13 @@ other = "Blog" [categories] one = "Kategoria" + many = "Kategorie" other = "Kategorie" [tags] one = "Tag" other = "Tagi" [next_page] - other = "Następna Strona" + other = "Następna Strona" [previous_page] other = "Poprzednia Strona"