Skip to content

v2.1.0 (2022-11-04)

Choose a tag to compare

@jpomykala jpomykala released this 04 Nov 13:49
· 240 commits to master since this release
26211ce

Changelog

  • Added status command to get project details
  • Added publish command to publish resources to Translation Hosting
  • Added pull command to download resources from Translation Hosting

Check your version

simplelocalize --version

How to update

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

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

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