Skip to content

Commit 2c3f20f

Browse files
committed
update HK lang string
1 parent 1e4cdde commit 2c3f20f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ <h2><i class="fa fa-unlock-alt"></i> <strong>{{ title }}</strong></h2>
374374
<li><span title="Polish"><a lang="pl" href="#" class="action lang-choice" id="pl" tabindex="123">Polski</a></span></li>
375375
<li><span title="Croatian"><a lang="hr" href="#" class="action lang-choice" id="hr" tabindex="124">Hrvatski</a></span></li>
376376
<li><span title="Chinese (simplified)"><a lang="zh-CN" href="#" class="action lang-choice" id="zh-CN" tabindex="125">简体中文</a></span></li>
377-
<li><span title="Chinese (Hong Kong)"><a lang="zh-HK" href="#" class="action lang-choice" id="zh-HK" tabindex="126">繁体中文</a></span></li>
377+
<li><span title="Chinese (Hong Kong)"><a lang="zh-HK" href="#" class="action lang-choice" id="zh-HK" tabindex="126">中文 (繁體,香港)</a></span></li>
378378
<li><span title="Chinese (Taiwan)"><a lang="zh-TW" href="#" class="action lang-choice" id="zh-TW" tabindex="127">中文(繁體,臺灣)</a></span></li>
379379
</ul>
380380
<div><a id="add-language-link" class="action" title="Add a language translation to the Editor" href="https://support.microbit.org/support/solutions/articles/19000106022-translating-the-micro-bit-python-editor" target="_blank" tabindex="129">Add a language</a></div>

lang/zh-HK.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ var language = {
141141
"title": "Chinese (simplified)"
142142
},
143143
"zh-HK": {
144-
"title": "Chinese (traditional, Hong Kong)"
144+
"title": "中文 (繁體,香港)"
145145
},
146146
"zh-TW": {
147147
"title": "Chinese (traditional, Taiwan)"

0 commit comments

Comments
 (0)