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