Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Releases: skolmer/vscode-i18n-tag-schema

v2.2.0

27 Jan 09:46
Compare
Choose a tag to compare
  • 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

12 Nov 23:24
Compare
Choose a tag to compare
  • Optimized logging output
  • Fixed an issue where context menu commands are not executed on the selected file

v2.1.0

12 Nov 17:12
Compare
Choose a tag to compare
  • Added support for custom preprocessors
  • Added typescript support. 🎉 Set the preprocessor configuration to ./preprocessors/typescript and the filter to .tsx? if you are using typescript syntax.
  • Added babylonConfig option to override default parser options

v2.0.0

12 Nov 15:56
Compare
Choose a tag to compare
  • Updated to i18n-tag-schema v2.0.5

v1.5.1

24 Aug 15:04
Compare
Choose a tag to compare

Fixed 0 keys ( 0 added / 0 removed ) status issue

v1.5.0

24 Aug 12:31
Compare
Choose a tag to compare

v1.4.2

15 Jul 14:11
Compare
Choose a tag to compare

Updated Marketplace Description

v1.4.1

15 Jul 13:10
Compare
Choose a tag to compare

Fixed some UI issues

v1.4.0

14 Jul 19:25
Compare
Choose a tag to compare

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)

v1.2.1

05 Jul 23:26
Compare
Choose a tag to compare

Fixed some issues related to text document caching in vscode