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.
+2 -2
View File
@@ -1,7 +1,7 @@
# Corresponding source
The corresponding source for Translator Tools 0.1.0 is available at:
The corresponding source for Translator Tools 0.1.1 is available at:
https://git.add-ideas.de/lotobo/translator-tools/src/tag/v0.1.0
https://git.add-ideas.de/lotobo/translator-tools/src/tag/v0.1.1
Build with Node.js 22, npm 11, `npm ci`, and `npm run release:artifact`.
+1 -1
View File
@@ -3,7 +3,7 @@
"schemaVersion": 1,
"id": "de.add-ideas.translator-tools",
"name": "Translator Tools",
"version": "0.1.0",
"version": "0.1.1",
"description": "Review and edit translation bundles in the browser with glossary suggestions.",
"entry": "./",
"icon": "./favicon.svg",