You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.