commit d181c37df29be7535f3611d5c6161be8618efde0 Author: Arlo Breault arlolra@gmail.com Date: Fri Mar 27 13:55:44 2015 -0700
Add some translations
* az, es_CO, sq, ta --- utils.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/utils.go b/utils.go index 12588a2..7174b3c 100644 --- a/utils.go +++ b/utils.go @@ -138,11 +138,11 @@ type locale struct {
func GetLocaleList(base string) map[string]string { // populated from https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes - // and https://sites.google.com/site/opti365/translate_codes // and https://en.wikipedia.org/w/api.php?action=sitematrix&format=json haveTranslatedNames := map[string]string{ "af": "Afrikaans", "ar": "العربية", + "az": "Azərbaycanca", "bg": "български", "bs": "Bosanski jezik", "ca": "Català", @@ -155,6 +155,7 @@ func GetLocaleList(base string) map[string]string { "eo": "Esperanto", "es": "Español", "es_AR": "Español (Argentina)", + "es_CO": "Español (Colombia)", "es_MX": "Español (Mexico)", "et": "Eesti", "eu": "Euskara", @@ -197,8 +198,10 @@ func GetLocaleList(base string) map[string]string { "sk_SK": "Slovenčina (Slovakia)", "sl": "Slovenski jezik", "sl_SI": "Slovenski jezik (Slovenia)", + "sq": "shqip", "sr": "српски језик", "sv": "Svenska", + "ta": "தமிழ்", "te_IN": "తెలుగు", "th": "ไทย", "tr": "Türkçe",
tor-commits@lists.torproject.org