Skip to content

Commit 7473068

Browse files
authored
nls - add back userLocale to `locale (microsoft#224769) (microsoft#226701)
1 parent ff7a154 commit 7473068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/base/node/nls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
defaultMessagesFile: path.join(nlsMetadataPath, 'nls.messages.json'),
118118

119119
// NLS: below 2 are a relic from old times only used by vscode-nls and deprecated
120-
locale: 'en',
120+
locale: userLocale,
121121
availableLanguages: {}
122122
};
123123
}

0 commit comments

Comments
 (0)