Skip to content

Commit 35187f9

Browse files
committed
added zh-Hans
1 parent 53b9f7f commit 35187f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/update_cc4_includes.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class UpdateLicenseCode(object):
4141
'eo': 'Esperanto', 'gl': 'Galego', 'hu': 'Magyar', 'ro': 'română', \
4242
'sl': 'Slovenščina', 'is': 'Íslenska', 'cs': 'čeština', 'el': 'Ελληνικά', \
4343
'be': 'Беларуская', 'bn': 'বাংলা', 'zh': '中文', 'ko': '한국어', \
44-
'es_ES': 'Castellano (España)', 'eu': 'euskara' \
44+
'es_ES': 'Castellano (España)', 'eu': 'euskara', 'zh-Hans': '中文', \
4545
}
4646

4747
lang_sel_text = { \
@@ -83,7 +83,8 @@ class UpdateLicenseCode(object):
8383
'sv': 'Denna sida finns tillgänglig på följande språk:', \
8484
'tr': 'Bu sayfa şu dillerde mevcuttur:', \
8585
'uk': 'Ця сторінка доступна наступними мовами:', \
86-
'zh': '声明:' \
86+
'zh': '声明:', \
87+
'zh-Hans': '本网页有下述几种语言版本:', \
8788
}
8889

8990
def usage(self):

0 commit comments

Comments
 (0)