diff options
Diffstat (limited to 'core/l10n/ku_IQ.php')
-rw-r--r-- | core/l10n/ku_IQ.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/ku_IQ.php b/core/l10n/ku_IQ.php index 1902e450613..02f71d84edf 100644 --- a/core/l10n/ku_IQ.php +++ b/core/l10n/ku_IQ.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Settings" => "دهستكاری", "Error" => "ههڵه", "Password" => "وشەی تێپەربو", @@ -22,3 +23,4 @@ "prev" => "پێشتر", "next" => "دواتر" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |