diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-09-05 22:00:28 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-05 22:00:28 -0700 |
commit | 46b30ce949d6371bc3d2bcfe42221c599c7a85e3 (patch) | |
tree | 130d95851f183553710281dce85fa3e95e419d38 | |
parent | ca0c3b3e7f154ffceee944049247e15cf0190e48 (diff) |
Add Setswana (tn_ZA). Fixes ticket #1336.
-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 aacb37ca..1f5473ff 100644 --- a/modules/gallery/helpers/locales.php +++ b/modules/gallery/helpers/locales.php @@ -103,6 +103,7 @@ class locales_Core { $l["sl_SI"] = "Slovenščina"; // Slovenian $l["sr_CS"] = "Srpski"; // Serbian $l["sv_SE"] = "Svenska"; // Swedish + $l["tn_ZA"] = "Setswana"; // Setswana $l["tr_TR"] = "Türkçe"; // Turkish $l["uk_UA"] = "українська"; // Ukrainian $l["vi_VN"] = "Tiếng Việt"; // Vietnamese |