diff options
author | Max Kostikov <max@kostikov.co> | 2018-11-06 14:54:06 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-11-06 14:54:06 +0100 |
commit | aa78640491f214f0247484498fa69e1dd9351190 (patch) | |
tree | 72924866845d1fb81a80761e4c7a22bbe0eef9d6 | |
parent | 7c49688e1bab53eb20d51095d26ae8d9e5a34a7d (diff) | |
download | volse-hubzilla-aa78640491f214f0247484498fa69e1dd9351190.tar.gz volse-hubzilla-aa78640491f214f0247484498fa69e1dd9351190.tar.bz2 volse-hubzilla-aa78640491f214f0247484498fa69e1dd9351190.zip |
New it plural function for JavaScript compatibility
-rw-r--r-- | view/it/hmessages.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/it/hmessages.po b/view/it/hmessages.po index 94911bc20..8c1dc08d7 100644 --- a/view/it/hmessages.po +++ b/view/it/hmessages.po @@ -18,7 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\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" |