未验证 提交 1d1c1276 编写于 作者: D Daniel Imms 提交者: GitHub

Merge pull request #75519 from tchaloupka/patch-1

Fix LANG env var for Czech
......@@ -93,6 +93,7 @@ function _getLangEnvVariable(locale?: string) {
// app.getLocale can return just a language without a variant, fill in the variant for
// supported languages as many shells expect a 2-part locale.
const languageVariants = {
cs: 'CZ',
de: 'DE',
en: 'US',
es: 'ES',
......@@ -257,4 +258,4 @@ export function createTerminalEnvironment(
addTerminalEnvironmentKeys(env, version, platform.locale, setLocaleVariables);
}
return env;
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册