translator-tools: parse multi-const inputs and infer source locale
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 23:55:42 +02:00
parent fdc3ac9c9b
commit f4fdbff6ba
11 changed files with 239 additions and 37 deletions
+6
View File
@@ -6,6 +6,12 @@
- Added language pair selection, glossary storage and fuzzy in-context suggestions.
- Added local-only import/export pipeline with portal handoff integration.
## 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.