diff options
Diffstat (limited to 'lib/l10n/tr.php')
-rw-r--r-- | lib/l10n/tr.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/tr.php b/lib/l10n/tr.php index 6325ad9886a..233b99e6373 100644 --- a/lib/l10n/tr.php +++ b/lib/l10n/tr.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "Yardım", "Personal" => "Kişisel", "Settings" => "Ayarlar", @@ -51,3 +52,4 @@ "years ago" => "yıl önce", "Could not find category \"%s\"" => "\"%s\" kategorisi bulunamadı" ); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |