Skip to content

Commit eb42dab

Browse files
committed
microsoft#53139 Remove zh-hans and zh-hant from the proposals list
1 parent bbafa06 commit eb42dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/localizations/node/localizations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface ILanguagePack {
2828
translations: { [id: string]: string };
2929
}
3030

31-
const systemLanguages: string[] = ['de', 'en', 'en-US', 'es', 'fr', 'it', 'ja', 'ko', 'ru', 'zh-CN', 'zh-Hans', 'zh-TW', 'zh-Hant'];
31+
const systemLanguages: string[] = ['de', 'en', 'en-US', 'es', 'fr', 'it', 'ja', 'ko', 'ru', 'zh-CN', 'zh-TW'];
3232
if (product.quality !== 'stable') {
3333
systemLanguages.push('hu');
3434
}

0 commit comments

Comments
 (0)