Skip to content

Commit 5e55875

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

l10n/he.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ OC.L10N.register(
55
"Copy to clipboard" : "העתקה ללוח הגזירים",
66
"Copied to clipboard" : "הועתק ללוח הגזירים"
77
},
8-
"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;");
8+
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");

l10n/he.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"Error" : "שגיאה",
33
"Copy to clipboard" : "העתקה ללוח הגזירים",
44
"Copied to clipboard" : "הועתק ללוח הגזירים"
5-
},"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;"
5+
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
66
}

0 commit comments

Comments
 (0)