diff options
Diffstat (limited to 'lib/l10n/th_TH.php')
-rw-r--r-- | lib/l10n/th_TH.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/th_TH.php b/lib/l10n/th_TH.php index 4ec6ef55f4e..25c2d8f1f2a 100644 --- a/lib/l10n/th_TH.php +++ b/lib/l10n/th_TH.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "ช่วยเหลือ", "Personal" => "ส่วนตัว", "Settings" => "ตั้งค่า", @@ -31,3 +32,4 @@ "years ago" => "ปี ที่ผ่านมา", "Could not find category \"%s\"" => "ไม่พบหมวดหมู่ \"%s\"" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |