From 29ea60978948fe192894307c6e21622936289d38 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 3 Mar 2024 01:28:44 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/he.js | 2 +- l10n/he.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n/he.js b/l10n/he.js index a852ffa6..e907cad6 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -48,4 +48,4 @@ OC.L10N.register( "Public" : "ציבורי", "Followers" : "עוקבים" }, -"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: 2;"); diff --git a/l10n/he.json b/l10n/he.json index 320f8f77..275d46c9 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -45,5 +45,5 @@ "Follow Nextcloud on mastodon.xyz" : "ניתן לעקוב אחר Nextcloud ב־mastodon.xyz", "Public" : "ציבורי", "Followers" : "עוקבים" -},"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: 2;" } \ No newline at end of file