diff options
Diffstat (limited to 'lib/l10n/he.php')
-rw-r--r-- | lib/l10n/he.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/he.php b/lib/l10n/he.php index 2e011e342a0..fa597dadea7 100644 --- a/lib/l10n/he.php +++ b/lib/l10n/he.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "עזרה", "Personal" => "אישי", "Settings" => "הגדרות", @@ -32,3 +33,4 @@ "years ago" => "שנים", "Could not find category \"%s\"" => "לא ניתן למצוא את הקטגוריה „%s“" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |