Files
2026-09-03 15:09:03 +02:00

32 lines
1.1 KiB
Markdown

# Changelog
## Unreleased
- Added local translator workspace for i18next-like and single-locale JSON review.
- Added language pair selection, glossary storage and fuzzy in-context suggestions.
- Added local-only import/export pipeline with portal handoff integration.
## 0.1.3 - 2026-09-03
- Added a missing-segments filter in the translation review table.
## 0.1.2 - 2026-09-03
## 0.1.2 - 2026-09-03
- Fixed parsing of multiple JS-like const/let/var translations in one file so
both locales are discovered (e.g. `const de = ...; const en = ...;`).
- Added language handling sidebar with merged language-selection/workspace controls.
- Kept glossary and output panels in the sticky right sidebar to reduce layout
drift while reviewing long translation lists.
## 0.1.1 - 2026-09-02
- Improved parser robustness for JS-like translation files with multiple declarations.
- Added automatic source-language inference from const/let/var declaration names (e.g. `const de = ...`).
- Added defensive parser fallback to avoid intermediate empty states when loading translation files.
## 0.1.0 - 2026-09-02
- Initial local-first translator review implementation.