i18n-toolboxExtension vs code which allows to be more productive with i18n ConfigurationYou can add a configuration file with the name 'i18n-toolbox.json' :
If you don't add a configuration file, the default behavior is to search all files in the workspace with the name *.i18n.json and take the first in the default language. Else it searches files in the i18nFolder. if there are no key 'defaultLanguage', the default language is the first it finds. if writeMissingKey is true, the extension will add when refreshing all the keys of the default language in other languages with the empty string value. The default languageIf there are some missing keys in another language, i18n take the traduction in the default language. FeaturesOn every file update, the JSON will be sorted alphabetically. On the side bar viewActions :
In the edit panelWhen you click on the key in the tree-view, the edit panel appears. You can see the full path of the key, and the text in each language. You can edit the text in each language and save it. In the empty translations panelYou can see all the empty translations of each file. For each key, you can be redirected to the file or open the edit panel for this translation. Soon..Search barA search bar which allows to search text and key on the json file. tooltip on hover the i18n pathWhen there is a i18n key, you can see the translation in each language on hover. |