v2.7.0 (2024-10-08)
This update introduces a few breaking changes regarding configuration files and parameters.
Changelog
- We dropped support for
synccommand - All parameters prefixed with 'download' and 'upload' can now be shorter, e.g.: use
--pathinstead--downloadPath,--optionsinstead--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
uploadLanguageKeyanddownloadLanguageKeysinsteadlanguageKeyin yaml configuration files - You can now specify multiple languages in
downloadLanguageKeysto download only specified languages - Instead
autoTranslation: languageKeysuseautoTranslateLanguageKeys
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