diff --git a/l10n/he.js b/l10n/he.js index 6ae9c48..f45b7d5 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -42,4 +42,4 @@ OC.L10N.register( "Extract Office" : "חילוץ Office", "Index the content of office files." : "סידור תוכן של קובצי Office באינדקס." }, -"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;"); +"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/l10n/he.json b/l10n/he.json index 3728178..9b2f766 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -39,5 +39,5 @@ "Index the content of PDF files." : "סידור תוכן של קובצי PDF באינדקס.", "Extract Office" : "חילוץ Office", "Index the content of office files." : "סידור תוכן של קובצי Office באינדקס." -},"pluralForm" :"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;" +},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file