[tor-commits] [check/master] Add some translations
arlo at torproject.org
arlo at torproject.org
Fri Mar 27 21:10:49 UTC 2015
commit d181c37df29be7535f3611d5c6161be8618efde0
Author: Arlo Breault <arlolra at 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",
More information about the tor-commits
mailing list