diff options
author | Max Kostikov <max@kostikov.co> | 2018-11-06 14:55:58 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-11-06 14:55:58 +0100 |
commit | 3302012c02e7404a7895445e7b5ce123f0a382cd (patch) | |
tree | 6d97153a4341cb543b9480988be0dc80482edfec | |
parent | 812c5a314f0b44c8485c8e3f42bf7ab55e8caf25 (diff) | |
download | volse-hubzilla-3302012c02e7404a7895445e7b5ce123f0a382cd.tar.gz volse-hubzilla-3302012c02e7404a7895445e7b5ce123f0a382cd.tar.bz2 volse-hubzilla-3302012c02e7404a7895445e7b5ce123f0a382cd.zip |
New pt-br plural function for JavaScript compatibility
-rw-r--r-- | view/pt-br/hmessages.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/pt-br/hmessages.po b/view/pt-br/hmessages.po index 029642f9b..2645cc9bd 100644 --- a/view/pt-br/hmessages.po +++ b/view/pt-br/hmessages.po @@ -25,7 +25,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=2; plural=(n > 1 ? 1 : 0);\n" #: ../../include/dba/dba_driver.php:50 #, php-format |