From 888a85843cc8378a8390cd414e4f5b1062507b2b Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 18 May 2018 00:32:45 +0000 Subject: [tx-robot] updated from transifex --- l10n/he.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10n/he.js') diff --git a/l10n/he.js b/l10n/he.js index d7ac8ebcf..cfcd30941 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -129,4 +129,4 @@ OC.L10N.register( "Documentation" : "תיעוד", "Report a bug" : "דיווח על באג" }, -"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;"); -- cgit v1.2.3