diff options
Diffstat (limited to 'core/l10n/ug.php')
-rw-r--r-- | core/l10n/ug.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/ug.php b/core/l10n/ug.php index c1bf48e07dd..12d752b8288 100644 --- a/core/l10n/ug.php +++ b/core/l10n/ug.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Sunday" => "يەكشەنبە", "Monday" => "دۈشەنبە", "Tuesday" => "سەيشەنبە", @@ -46,3 +47,4 @@ "Finish setup" => "تەڭشەك تامام", "Log out" => "تىزىمدىن چىق" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |