diff options
author | Max Kostikov <max@kostikov.co> | 2021-01-31 12:04:26 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2021-01-31 12:04:26 +0100 |
commit | bac87a8aecae9bdca2f320a7d5cb3078da745d75 (patch) | |
tree | aef4b090cd5a04e05b0f337b946f52ffd5e0a716 /view | |
parent | a235917d4848fe1a890ae8f0c7cd1db27d0eecdd (diff) | |
download | volse-hubzilla-bac87a8aecae9bdca2f320a7d5cb3078da745d75.tar.gz volse-hubzilla-bac87a8aecae9bdca2f320a7d5cb3078da745d75.tar.bz2 volse-hubzilla-bac87a8aecae9bdca2f320a7d5cb3078da745d75.zip |
Fix polish plurals function
Diffstat (limited to 'view')
-rw-r--r-- | view/pl/hmessages.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/pl/hmessages.po b/view/pl/hmessages.po index bf8c56d73..5ef34eb5e 100644 --- a/view/pl/hmessages.po +++ b/view/pl/hmessages.po @@ -10,7 +10,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2));\n" "X-Generator: Poedit 2.3\n" #: ../../Zotlabs/Access/Permissions.php:56 |