We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5937c commit a2399f4Copy full SHA for a2399f4
2 files changed
build/lib/i18n.js
@@ -52,7 +52,7 @@ var vscodeLanguages = [
52
'ita'
53
];
54
var iso639_3_to_2 = {
55
- 'chs': 'zh-ch',
+ 'chs': 'zh-cn',
56
'cht': 'zh-tw',
57
'csy': 'cs-cz',
58
'deu': 'de',
build/lib/i18n.ts
@@ -69,7 +69,7 @@ const vscodeLanguages: string[] = [
69
70
71
const iso639_3_to_2: Map<string> = {
72
73
74
75
0 commit comments