-
Notifications
You must be signed in to change notification settings - Fork 451
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
The language pack extension cannot be installed, Is it possible to replace the default language during the build? #261
Comments
I found the following code in function getLanguagePackConfigurations(userDataPath) {
const configFile = path.join(userDataPath, 'languagepacks.json');
try {
return nodeRequire(configFile);
} catch (err) {
// Do nothing. If we can't read the file we have no
// language pack config.
}
return undefined;
} What should be included in languagepacks.json? |
@sevilen currently translations are not supported for vscode web. Related upstream issue microsoft#82595 |
@jeanp413 Ok, I got it, thanks for your reply. |
Does the pr as above can support chinese? If so , what should I do? |
Not possible yet sadly. |
Unable to install language pack in openvscode-server. For some beginners, they may need localization to learn how to use vscode.
Can I build with language packs built in?
The text was updated successfully, but these errors were encountered: