diff options
Diffstat (limited to 'lib/l10n/sq.php')
-rw-r--r-- | lib/l10n/sq.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/sq.php b/lib/l10n/sq.php index df5e2a31743..9a332bc671e 100644 --- a/lib/l10n/sq.php +++ b/lib/l10n/sq.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "Ndihmë", "Personal" => "Personale", "Settings" => "Parametra", @@ -50,3 +51,4 @@ "years ago" => "vite më parë", "Could not find category \"%s\"" => "Kategoria \"%s\" nuk u gjet" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |