Skip to content

Commit 3cab765

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 6454539 commit 3cab765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

l10n/he.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ OC.L10N.register(
6262
"There are no events for this filter" : "אין אירועים לסינון זה",
6363
"Activities" : "פעילויות"
6464
},
65-
"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;");
65+
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");

l10n/he.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
"{name} (restricted)" : "{name} (מוגבל)",
6060
"There are no events for this filter" : "אין אירועים לסינון זה",
6161
"Activities" : "פעילויות"
62-
},"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;"
62+
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
6363
}

0 commit comments

Comments
 (0)