diff options
author | Bharat Mediratta <bharat@menalto.com> | 2012-09-28 11:44:46 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2012-09-28 11:44:46 -0700 |
commit | 71a67ebb9f685c4f7347c9a9744e3267bd2aa4f9 (patch) | |
tree | fd98ab0d31a50132b5221dfdcb14621a9bff4435 /modules | |
parent | 4001c1088c51f53a57ddcaa9a56e94f000dd7cdb (diff) |
Add locale for Thai. Fixes #1916.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/locales.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/helpers/locales.php b/modules/gallery/helpers/locales.php index 0b1e16d3..f4837e01 100644 --- a/modules/gallery/helpers/locales.php +++ b/modules/gallery/helpers/locales.php @@ -110,6 +110,7 @@ class locales_Core { $l["sl_SI"] = "Slovenščina"; // Slovenian $l["sr_CS"] = "Srpski"; // Serbian $l["sv_SE"] = "Svenska"; // Swedish + $l["th_TH"] = "ภาษาไทย"; // Thai $l["tn_ZA"] = "Setswana"; // Setswana $l["tr_TR"] = "Türkçe"; // Turkish $l["uk_UA"] = "українська"; // Ukrainian |