Skip to content

Do you accept new translations? #625

Answered by alefragnani
JoseDeFreitas asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @JoseDeFreitas ,

New translations are welcome, for sure 😬

About the required resources, it is in fact, composed by three different files, as the translation/localization technologies used by VS Code has evolved over the years. But history aside, you have:

  • ./package.nls.xxx.json: Located in the root folder, these files contains translations for visual elements, like commands, settings, menus and walkthroughs. Basically elements that are contributed in the package.json file
  • ./l10n/bundle.l10n.xxx.json: Located inside the ./l10n folder, these files contains translations for the other resources, like messages that the extension will display during its use.
  • ./walkthrough/step.nls.xxx.md: I…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@JoseDeFreitas
Comment options

@alefragnani
Comment options

@JoseDeFreitas
Comment options

@alefragnani
Comment options

Answer selected by alefragnani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants