This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Releases: skolmer/vscode-i18n-tag-schema
Releases · skolmer/vscode-i18n-tag-schema
v2.2.0
- Updated to i18n-tag-schema v2.4.0
- Added support for custom import names.
import x, { i18nGroup as y } from 'es2015-i18n-tag'
is now detected by i18n-tag-schema. - Added support for custom postprocessors like a PO translation format export.
- Added indention option. This allows you to use spaces instead of tabs in the generated schema.
- Fix: empty strings should not be exported as keys
v2.1.1
v2.1.0
v2.0.0
v1.5.1
v1.5.0
- Removed
grouped
setting - Major Bugfixes
v1.4.2
v1.4.1
v1.4.0
New Commands
- Run command
i18nTag: List template literals
to list all template literals of a JavaScript file. (available via Context Menu) - Run command
i18nTag: Export translation keys from source directory
to export all translation keys as JSON. - Run command
i18nTag: Validate translation file
to validate a translation file. (available via Context Menu)