We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd46f4 commit edaa8b1Copy full SHA for edaa8b1
src/vs/workbench/contrib/localizations/browser/localizations.contribution.ts
@@ -83,7 +83,7 @@ export class LocalizationWorkbenchContribution extends Disposable implements IWo
83
if (!this.galleryService.isEnabled()) {
84
return;
85
}
86
- if (!language || !locale || language === 'en' || language.indexOf('en-') === 0) {
+ if (!language || !locale || locale === 'en' || locale.indexOf('en-') === 0) {
87
88
89
if (language === locale || languagePackSuggestionIgnoreList.indexOf(language) > -1) {
0 commit comments