mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Fixes --locale switch incorrect for Simplified Chinese, should be zh-cn not zh-ch
This commit is contained in:
@@ -52,7 +52,7 @@ var vscodeLanguages = [
|
||||
'ita'
|
||||
];
|
||||
var iso639_3_to_2 = {
|
||||
'chs': 'zh-ch',
|
||||
'chs': 'zh-cn',
|
||||
'cht': 'zh-tw',
|
||||
'csy': 'cs-cz',
|
||||
'deu': 'de',
|
||||
|
||||
Reference in New Issue
Block a user