Releases: translated/lara-cli
Releases · translated/lara-cli
v1.3.2
v1.3.1
v1.3.1
- Added batch translation processing for keys in same file
v1.3.0
v1.3.0
- Added support for incognito mode with --no-trace flag
v1.2.0
v1.2.0
- Xcode localization file support — Added parsers for .strings, .stringsdict, and .xcstrings formats
- Locked keys & exclude integration tests — Added test coverage for lockedKeys and exclude features
- Plain text (.txt) file support — New parser for .txt files
- Direct file and text translation — Ability to translate files or raw text directly, without requiring a full project config
- Selective key translation (includeKeys) — Filter which keys get translated
v1.1.2
v1.1.2
- Fixed bugs in build
v1.1.1
v1.1.1
- Ignored keys are now preserved in target files instead of being removed
- Lara SDK updated from 1.8.0 to 1.8.4
v1.1.0
v1.1.0
Features
- Added support for Montenegrin language (sr-ME)
Bugfix
- Improved behavior on user interrupt
v1.0.2
v1.0.2
Bug Fixes
- Fixed ignored and locked key patterns not matching correctly for keys with numeric indices
- Fixed lockfile path not updating when working directory changes
- Improved safety of internal key comparison logic
- Minor type consistency and test reliability improvements
v1.0.1
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
.tsfile parsing to i18n files only — The TypeScript parser was previously
matching all.tsfiles. It now only processes actual i18n translation files.
v1.0.0
Public release