mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
15 lines
727 B
Markdown
Vendored
15 lines
727 B
Markdown
Vendored
# 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`). |