diff --git a/Core/locale/cs_CZ.po b/Core/locale/cs_CZ.po index c4b1b52..2a24805 100644 --- a/Core/locale/cs_CZ.po +++ b/Core/locale/cs_CZ.po @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: cs_CZ\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" "X-Generator: Poedit 1.8.11\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: __\n" diff --git a/Core/locale/lt_LT.po b/Core/locale/lt_LT.po index d407720..3315247 100644 --- a/Core/locale/lt_LT.po +++ b/Core/locale/lt_LT.po @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" "X-Generator: Poedit 1.8.11\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: __\n" diff --git a/Core/locale/sk_SK.po b/Core/locale/sk_SK.po index e71b22e..a4a7d39 100644 --- a/Core/locale/sk_SK.po +++ b/Core/locale/sk_SK.po @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sk_SK\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" "X-Generator: Poedit 1.8.11\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: __\n"