diff options
Diffstat (limited to 'lib/l10n/ug.php')
-rw-r--r-- | lib/l10n/ug.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/ug.php b/lib/l10n/ug.php index 62d91616c1d..cf460cd3024 100644 --- a/lib/l10n/ug.php +++ b/lib/l10n/ug.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "ياردەم", "Personal" => "شەخسىي", "Settings" => "تەڭشەكلەر", @@ -17,3 +18,4 @@ "%d days ago" => "%d كۈن ئىلگىرى", "%d months ago" => "%d ئاي ئىلگىرى" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |