VSCode extension rs-intl
This extension enables Quick Action "Add translation for 'screens.example.title'" for lines with t("screens.example.title")
By default it saves new translations to src/translations/localizationFiles/en.json , but this can be configured via VSCode settings
{
"rsIntl.translationFilePath": "path/to/your/translations.json"
}
Development
- Open the file
src/extension.ts , press F5 and select VSCode Extension Debugging
- To see changes, run action
Developer: Reload Window in the [Extension Development Host] editor.
| |