-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Tool to generate/update a language pack from transifex #41682
Comments
@dbaeumer Dirk can you comment on the file format? |
File format looks good to me. |
I updated the code yeoman generator to contain a 'languagePack' option. -> To fetch & update language strings, the language pack must be placed next to the vscode repo on the |
vscode-localization-hu-0.0.1.vsix.txt @dbaeumer @sandy081 Latest format after discussions with @sandy081. -> Use "contributes": {
"localizations": [
{
"languageId": "hu",
"languageName": "Hungarian",
"translations": "./translations"
}
]
} |
vscode-localization-hu-0.0.1.vsix.txt translation files without comments.. |
vscode-localization-hu-0.0.1.vsix.txt Files with version and 'contents' property...
|
@aeschli the vsix seems to be incomplete. For example the bundle for git only contains translations for the package but not for other files. Can you please have a look and attach a new one |
vscode-language-pack-pt-br-0.0.1.vsix.txt Updated VSIX (with all git resources) |
vscode-language-pack-ps-0.0.1.vsix.txt Updated VSIX (with all git resources) |
Create an extension for a new language:
The text was updated successfully, but these errors were encountered: