From 2f1518954a13c5a951d108c099bf6232e779de0b Mon Sep 17 00:00:00 2001 From: lymkwi Date: Fri, 18 Jul 2025 21:28:44 +0200 Subject: Fish polish translation plural descriptor string According to online sources [0], Polish is a language with complex plural conditions. Fix the current translation file to reflect this. 0: https://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html Suggested-by: rail Signed-off-by: lymkwi --- share/locales/pl_PL.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/locales/pl_PL.po b/share/locales/pl_PL.po index 7810073..504ef15 100644 --- a/share/locales/pl_PL.po +++ b/share/locales/pl_PL.po @@ -3,7 +3,7 @@ msgstr "" "Language: pl-PL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" # # Global Strings -- cgit v1.2.3