mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
727 B
Vendored
727 B
Vendored
i18n-ally
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
- Open any .js file and select an untranslated string inside a template (
TPL
). - Press Ctrl+P and look for “i18n Ally: Extract text into i18n messages”
- Select the first template.
- Select the path of translation, taking into consideration the Guidelines (e.g.
jump_to_note.search-for-note-by-its-name
).