diff options
author | lymkwi <lymkwi@vulpinecitrus.info> | 2025-07-18 21:28:44 +0200 |
---|---|---|
committer | Birte Friesel <derf@chaosdorf.de> | 2025-07-19 08:18:03 +0200 |
commit | 2f1518954a13c5a951d108c099bf6232e779de0b (patch) | |
tree | b5c5e74c85f74acf1b65e4f5e40a05cd1553688d | |
parent | 3475a3e79b2d63697a624b1b9f900dd48a6e9238 (diff) |
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 <rail01@protonmail.com>
Signed-off-by: lymkwi <lymkwi@vulpinecitrus.info>
-rw-r--r-- | share/locales/pl_PL.po | 2 |
1 files changed, 1 insertions, 1 deletions
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 |