提交 0f5937cb 编写于 作者: D Dirk Baeumer

Fixes #4170: Provide a setting to define the `locale`

上级 a15d7258
......@@ -27,6 +27,7 @@ class ConfigureLocaleAction extends Action {
private static DEFAULT_CONTENT: string = [
'{',
`\t// ${nls.localize('displayLanguage', 'Defines VSCode\'s display language.')}`,
`\t// ${nls.localize('doc', 'See {0} for a list of supported languages.', 'http://go.microsoft.com/fwlink/?LinkId=761051')}`,
`\t// ${nls.localize('restart', 'Changing the value requires to restart VSCode.')}`,
`\t"locale":"en-US"`,
'}'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册