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

  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 Guidelines (e.g. jump_to_note.search-for-note-by-its-name).