Skip to content

Commit

Permalink
nls - add back userLocale to `locale (#224769) (#226701)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero authored Aug 27, 2024
1 parent ff7a154 commit 7473068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/node/nls.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
defaultMessagesFile: path.join(nlsMetadataPath, 'nls.messages.json'),

// NLS: below 2 are a relic from old times only used by vscode-nls and deprecated
locale: 'en',
locale: userLocale,
availableLanguages: {}
};
}
Expand Down

0 comments on commit 7473068

Please sign in to comment.