I18n Assistant simplifies the management and navigation of i18n phrases within Lucid's cake repository. This extension is designed to enhance the internalization workflow for Lucid software engineers, making it easier to find, view, and edit translations.
Features
Hover Preview: Easily access phrases by hovering over them in your code
Navigation: Jump to the corresponding phrase in i18n.json with a single click
Hover Preview
Note: When dealing with string interpolation and pluralization, hover preview does not evaluate the phrases to the values, since many of these values are usually initialized in runtime.
Navigation
Extension Settings
This extension contributes the following settings:
i18nAssistant.lucidI18nPath: it refers to the path to the JSON file that contains all the i18n phrases within Lucid's cake repository.
Note: You do not need to define this in your configuration, since it defaults to the standard path. Only consider setting this config value if someone goes wrong.