Skip to content

Releases: translated/lara-cli

v1.3.2

23 Apr 15:36
2f05afa

Choose a tag to compare

v1.3.2

  • Fixed format of lara.lock
  • Interrupted runs no longer corrupt lara.lock
  • Fixed a bug on translation text format

v1.3.1

22 Apr 13:45
a139324

Choose a tag to compare

v1.3.1

  • Added batch translation processing for keys in same file

v1.3.0

02 Apr 15:48
b0f1f68

Choose a tag to compare

v1.3.0

  • Added support for incognito mode with --no-trace flag

v1.2.0

01 Apr 10:08
df6277c

Choose a tag to compare

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

31 Mar 14:02
f30f52c

Choose a tag to compare

v1.1.2

  • Fixed bugs in build

v1.1.1

27 Mar 08:52
e73c936

Choose a tag to compare

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

09 Mar 13:59
33e3762

Choose a tag to compare

v1.1.0

Features

  • Added support for Montenegrin language (sr-ME)

Bugfix

  • Improved behavior on user interrupt

v1.0.2

27 Feb 11:55
36bab60

Choose a tag to compare

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

26 Feb 13:15
9d41f2b

Choose a tag to compare

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.

v1.0.0

11 Feb 16:45

Choose a tag to compare

Public release