Skip to content

v2.7.0 (2024-10-08)

Choose a tag to compare

@jpomykala jpomykala released this 08 Oct 18:49
· 49 commits to master since this release
e75a0f3

This update introduces a few breaking changes regarding configuration files and parameters.

Changelog

  • We dropped support for sync command
  • All parameters prefixed with 'download' and 'upload' can now be shorter, e.g.: use --path instead --downloadPath, --options instead --downloadOptions

YAML Configuration changes

We slightly changed configuration names in version 2.7. Here you can download the sample configuration file: https://get.simplelocalize.io/sample-2.7.yml

  • Use uploadLanguageKey and downloadLanguageKeys instead languageKey in yaml configuration files
  • You can now specify multiple languages in downloadLanguageKeys to download only specified languages
  • Instead autoTranslation: languageKeys use autoTranslateLanguageKeys

In case of any troubles with the configuration feel fee to contact us!

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.7.0/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.7.0/install-windows } | iex;

or download simplelocalize-cli-2.7.0.jar and run
java -jar simplelocalize-cli-2.7.0.jar [command] parameters