2025-06-17 13:05:20 +02:00

15 lines
727 B
Markdown
Vendored
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# i18n-ally
[`i18n-ally`](https://github.com/lokalise/i18n-ally) is a VS Code extension that aids in internationalization.
It is currently integrated in the project and offers features such as:
* Highlight, autocomplete translations.
* Display translations inline.
* Extract messages into translation.
### Extracting messages into translation
1. Open any .js file and select an untranslated string inside a template (`TPL`).
2. Press Ctrl+P and look for “i18n Ally: Extract text into i18n messages”
3. Select the first template.
4. Select the path of translation, taking into consideration the  <a class="reference-link" href="Guidelines.md">Guidelines</a> (e.g. `jump_to_note.search-for-note-by-its-name`).