diff options
author | Max Kostikov <max@kostikov.co> | 2018-11-06 14:52:23 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-11-06 14:52:23 +0100 |
commit | f1f5107282383785bf9d8a9c5b5c108f00644afa (patch) | |
tree | 9d1799d81f1e335f1836b77b46822f4fbd81eaea /view/es-es | |
parent | cc06250bf8466d6c68f212fbdb91db7bd22f4530 (diff) | |
download | volse-hubzilla-f1f5107282383785bf9d8a9c5b5c108f00644afa.tar.gz volse-hubzilla-f1f5107282383785bf9d8a9c5b5c108f00644afa.tar.bz2 volse-hubzilla-f1f5107282383785bf9d8a9c5b5c108f00644afa.zip |
New es plural function for JavaScript compatibility
Diffstat (limited to 'view/es-es')
-rw-r--r-- | view/es-es/hmessages.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/es-es/hmessages.po b/view/es-es/hmessages.po index f2c1ccf79..3b42394b1 100644 --- a/view/es-es/hmessages.po +++ b/view/es-es/hmessages.po @@ -22,7 +22,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_ES\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" |