[tor-commits] [check/master] Add some translations

arlo at torproject.org arlo at torproject.org
Mon Apr 18 21:19:49 UTC 2016


commit abca67d60674e9b93f6be6621cc86b0ef07218aa
Author: Arlo Breault <arlolra at gmail.com>
Date:   Mon Apr 18 14:18:52 2016 -0700

    Add some translations
---
 utils.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/utils.go b/utils.go
index 0872c15..4d438d2 100644
--- a/utils.go
+++ b/utils.go
@@ -171,12 +171,14 @@ func GetLocaleList(base string) map[string]string {
 		"hr_HR":       "Hrvatski jezik (Croatia)",
 		"hu":          "Magyar",
 		"id":          "Bahasa Indonesia",
+		"is":          "íslenska",
 		"it":          "Italiano",
 		"ja":          "日本語",
 		"km":          "មែរ",
 		"kn":          "ಕನ್ನಡ",
 		"ko":          "한국어",
 		"ko_KR":       "한국어 (South Korea)",
+		"lb":          "Lëtzebuergesch",
 		"lo":          "ລາວ",
 		"lv":          "Latviešu valoda",
 		"mk":          "македонски јазик",
@@ -208,6 +210,7 @@ func GetLocaleList(base string) map[string]string {
 		"tr":          "Türkçe",
 		"uk":          "українська мова",
 		"zh_CN":       "中文简体",
+		"zh_HK":       "中文繁體",
 		"zh_TW":       "中文繁體",
 	}
 



More information about the tor-commits mailing list