diff options
author | Max Kostikov <max@kostikov.co> | 2018-11-06 14:55:21 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-11-06 14:55:21 +0100 |
commit | 812c5a314f0b44c8485c8e3f42bf7ab55e8caf25 (patch) | |
tree | e536845d9210abce4ebbc0eea61c550498860ced /view | |
parent | c2da8c3fd4362ee1104201bd1bc1ce6589d75229 (diff) | |
download | volse-hubzilla-812c5a314f0b44c8485c8e3f42bf7ab55e8caf25.tar.gz volse-hubzilla-812c5a314f0b44c8485c8e3f42bf7ab55e8caf25.tar.bz2 volse-hubzilla-812c5a314f0b44c8485c8e3f42bf7ab55e8caf25.zip |
New nl plural function for JavaScript compatibility
Diffstat (limited to 'view')
-rw-r--r-- | view/nl/hmessages.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/nl/hmessages.po b/view/nl/hmessages.po index c98121122..c672e534e 100644 --- a/view/nl/hmessages.po +++ b/view/nl/hmessages.po @@ -18,7 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nl\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1 ? 1 : 0);\n" #: ../../Zotlabs/Access/Permissions.php:56 msgid "Can view my channel stream and posts" |