diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-09-06 14:05:48 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-06 14:05:48 -0700 |
commit | 2d948cb39fd2da6a5f966a10cbeb4f5d5caec5a3 (patch) | |
tree | ed480cd43dd03cb4f8db8ae2f5d29d325423e39f /modules | |
parent | b3b6021b0a70979a1084111ae43c1170a7592b37 (diff) |
change the Setswana locale from tn_ZA to tn_BW since it's mostly
Botswana anyway according to @sagemaniac in
http://gallery.menalto.com/node/97840
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/locales.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/locales.php b/modules/gallery/helpers/locales.php index 1f5473ff..624ff9cb 100644 --- a/modules/gallery/helpers/locales.php +++ b/modules/gallery/helpers/locales.php @@ -103,7 +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["tn_BW"] = "Setswana"; // Setswana $l["tr_TR"] = "Türkçe"; // Turkish $l["uk_UA"] = "українська"; // Ukrainian $l["vi_VN"] = "Tiếng Việt"; // Vietnamese |