Skip to content

Commit 2f6ce59

Browse files
committed
updated update_cc4_includes.py tool to support zh-Hant
1 parent 15b612d commit 2f6ce59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/update_cc4_includes.py

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class UpdateLicenseCode(object):
8484
"uk": "українська",
8585
"zh": "中文",
8686
"zh-Hans": "中文",
87+
"zh-Hant": "華語",
8788
}
8889

8990
lang_sel_text = {
@@ -127,6 +128,7 @@ class UpdateLicenseCode(object):
127128
"uk": "Ця сторінка доступна наступними мовами:",
128129
"zh": "声明:",
129130
"zh-Hans": "本网页有下述几种语言版本:",
131+
"zh-Hant": "本頁面也有下列各語言的版本:",
130132
}
131133

132134
def usage(self):

0 commit comments

Comments
 (0)