Synchronize localization files between your local files
and web-based translation editor from your terminal.
SimpleLocalize CLI is a command-line tool that allows you to synchronize localization files between your local files and web-based translation editor from your terminal. It's a lightweight app that can be installed on macOS, Windows and Linux with one command. It doesn't require any additional software to be installed on your machine. Code base is open-source and available on our GitHub page.
Learn how work with SimpleLocalize looks like
and how it can speed up your translation workflow.
# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.5/install | bash
# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.5/install-windows } | iex;
$ simplelocalize upload \
--apiKey YOU_API_KEY \
--uploadFormat single-language-json \
--uploadPath ./messages_{lang}.json
$ simplelocalize download \
--apiKey YOUR_API_KEY \
--downloadFormat single-language-json \
--downloadPath ./messages_{lang}.json
Check out our latest blog posts and stay up to date with SimpleLocalize
Learn how to upload and download translations from complex project structures. Split translations into multiple files to improve loading speed.
Continue readingCheck out the newest naming convention. Learn more about API keys, which are replacing project upload tokens, upload tokens, and API tokens.
Continue reading