-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default to LANG setting for locale #3173
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
I also tried to automate the Portuguese language by installing the extension and setting the locale to no avail. I installed the MS-CEINTL.vscode-language-pack-pt-BR-1.57.2.vsix package and set "locale": "pt-br" in the argv.json file but it doesn't automatically start in the desired language. However, if you install this same package, through the option install extension from vsix file (within the code-server) it works. Do you have any suggestions or is it a bug? |
Could be an extension bug then. We're working on switching over to Open VSX so it may be fixed after that! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
@oxy explained how code-server's localizations work:
As an alternative to writing files, it would be nice if we can instead parse the
LANG
environment variable (e.g.LANG=en_US.utf8
) and default to that. The existing behavior should still take priority as users may want to override the locale (e.g. a Spanish-speaking user that uses an English UI, but wants to use Spanish in their editor).The text was updated successfully, but these errors were encountered: