diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-05-18 00:14:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-05-18 00:14:09 +0000 |
commit | c101ad3a653ec2fe609b0300b606e68de07f8959 (patch) | |
tree | 212a18292109807193494b5c210c7bd1016eca68 /settings/l10n/he.js | |
parent | b08e53d3650f2288432c09049aa75dccb3802109 (diff) | |
download | nextcloud-server-c101ad3a653ec2fe609b0300b606e68de07f8959.tar.gz nextcloud-server-c101ad3a653ec2fe609b0300b606e68de07f8959.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/he.js')
-rw-r--r-- | settings/l10n/he.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/l10n/he.js b/settings/l10n/he.js index d163393908e..09d756084c6 100644 --- a/settings/l10n/he.js +++ b/settings/l10n/he.js @@ -217,4 +217,4 @@ OC.L10N.register( "Send email to new user" : "שליחת דואר אלקטרוני למשתמש חדש", "Create" : "יצירה" }, -"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);"); +"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); |