diff options
author | Max Kostikov <max@kostikov.co> | 2018-11-06 14:52:58 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-11-06 14:52:58 +0100 |
commit | dbe10c7965e08f99c295151839da3004c21d0b93 (patch) | |
tree | 020078ec60d188078b3575004c28ee115069808f /view | |
parent | f1f5107282383785bf9d8a9c5b5c108f00644afa (diff) | |
download | volse-hubzilla-dbe10c7965e08f99c295151839da3004c21d0b93.tar.gz volse-hubzilla-dbe10c7965e08f99c295151839da3004c21d0b93.tar.bz2 volse-hubzilla-dbe10c7965e08f99c295151839da3004c21d0b93.zip |
New fi plural function for JavaScript compatibility
Diffstat (limited to 'view')
-rw-r--r-- | view/sv/hmessages.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sv/hmessages.po b/view/sv/hmessages.po index 4486a8630..249dbd8be 100644 --- a/view/sv/hmessages.po +++ b/view/sv/hmessages.po @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sv\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1 ? 1 : 0);\n" #: ../../include/dba/dba_driver.php:142 #, php-format |