Skip to content

v1.0.1

Choose a tag to compare

@Starllordz Starllordz released this 26 Feb 13:15
· 15 commits to main since this release
9d41f2b

Release v1.0.1

Bug Fixes

  • fix: prevent deletion of keys containing / — Keys with / in their name (e.g. date/format)
    were being silently dropped during translation. The internal key separator has been changed to avoid
    this conflict.
  • fix: restrict .ts file parsing to i18n files only — The TypeScript parser was previously
    matching all .ts files. It now only processes actual i18n translation files.