Skip to content

Releases: locize/locize-cli

v12.3.1

18 Jun 11:45

Choose a tag to compare

  • request: retry transient network failures with exponential backoff and jitter
    instead of a fixed 5s delay. This spreads retries so that bursts of
    concurrent CLI runs (e.g. in CI) no longer retry in lockstep and hit the API
    at the same instant.

v12.3.0

10 Jun 15:12

Choose a tag to compare

  • sync: creates missing remote languages on the fly. A project without any
    languages yet is bootstrapped automatically from the local language folders
    (or --language/--languages), and a language that exists locally but not
    in the project is created too instead of being silently ignored — the server
    decides whether the api-key may (admin keys always; any write-capable key
    while the project still has no content). On rejection sync warns and
    continues; --dry never creates languages.
  • migrate: also works on a project without any languages yet (previously both
    sync and migrate failed with a misleading "Project not found" error when the
    project's languages file was empty).
  • fix: the "wrong cdnType" hint no longer crashes (or fires) when the other
    endpoint answers with a non-JSON response; the empty-project error now reads
    "Project … not found — or it has no languages yet!" and carries an
    EMPTY_LANGUAGES / WRONG_CDN_TYPE error code for programmatic consumers.

v12.2.0

01 Jun 07:48

Choose a tag to compare

  • sync: introduce --auto-translate-languages <lng1,lng2> option to restrict auto-translation to specific target languages

v12.1.1

21 Apr 15:44

Choose a tag to compare

  • sync: fix default for --auto-translate option

v12.1.0

13 Apr 07:46

Choose a tag to compare

  • sync: introduce --auto-translate-review true option

v12.0.10

08 Apr 05:01

Choose a tag to compare

  • sync: handle optional autotranslate=false
  • update dependencies

v12.0.9

02 Mar 13:45

Choose a tag to compare

  • improve --download option for migrate command

v12.0.8

02 Mar 10:53

Choose a tag to compare

  • --download option for migrate command

v12.0.7

02 Mar 10:25

Choose a tag to compare

  • improve migrate command

v12.0.6

02 Mar 09:51

Choose a tag to compare

  • improve error message when detecting wrong cdnType usage