mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Change traditional Chinese label to be in traditional Chinese
This commit is contained in:
parent
568f04ac39
commit
7864d3708b
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ module.exports =
|
|||
'en-US': { nativeDescription: 'English (US)', englishDescription: 'English (US)' }
|
||||
'en-GB': { nativeDescription: 'English (UK)', englishDescription: 'English (UK)' }
|
||||
'zh-HANS': { nativeDescription: '简体中文', englishDescription: 'Chinese (Simplified)' }
|
||||
'zh-HANT': { nativeDescription: '繁体中文', englishDescription: 'Chinese (Traditional)' }
|
||||
'zh-HANT': { nativeDescription: '繁體中文', englishDescription: 'Chinese (Traditional)' }
|
||||
'ru': { nativeDescription: 'русский', englishDescription: 'Russian' }
|
||||
'es-ES': { nativeDescription: 'español (ES)', englishDescription: 'Spanish (Spain)' }
|
||||
'es-419': { nativeDescription: 'español (América Latina)', englishDescription: 'Spanish (Latin America)' }
|
||||
|
|
|
@ -94,7 +94,7 @@ module.exports = class DiplomatView extends ContributeClassView
|
|||
'es-419': ['2xG', 'Federico Tomas', 'Jesús Ruppel', 'Mariano Luzza', 'Matthew Burt'] # español (América Latina), Spanish (Latin America)
|
||||
'es-ES': ['3rr3s3v3n', 'Anon', 'DanielRodriguezRivero', 'Matthew Burt', 'OviiiOne', 'Pouyio', 'Vindurrin'] # español (ES), Spanish (Spain)
|
||||
'zh-HANS': ['1c7', 'Adam23', 'BonnieBBS', 'Cheng Zheng', 'Vic020', 'ZephyrSails', 'julycoolwind', 'onion7878', 'spacepope', 'yangxuan8282', 'yfdyh000'] # 简体中文, Chinese (Simplified)
|
||||
'zh-HANT': ['Adam23', 'gintau'] # 繁体中文, Chinese (Traditional)
|
||||
'zh-HANT': ['Adam23', 'gintau'] # 繁體中文, Chinese (Traditional)
|
||||
'zh-WUU-HANS': [] # 吴语, Wuu (Simplified)
|
||||
'zh-WUU-HANT': ['benojan'] # 吳語, Wuu (Traditional)
|
||||
fr: ['Anon', 'Armaldio', 'ChrisLightman', 'Elfisen', 'Feugy', 'MartinDelille', 'Oaugereau', 'Xeonarno', 'dc55028', 'jaybi', 'pstweb', 'veritable', 'xavismeh'] # français, French
|
||||
|
|
Loading…
Reference in a new issue