Web editor, which is ready to handle thousands of translation keys with many languages at the same time! Performance first UI improves the speed and quality of work.
Register nowSimpleLocalize CLI finds all translation keys in project files and pushes them to the cloud automatically. Thanks to that you can automate this process by putting the script to the CI/CD pipeline.
See supported librariessimplelocalize.yml
fileapiKey: <API_KEY>
projectType: <YOUR_LIBRARY>
$ curl -s https://get.simplelocalize.io | bash
Every project has it's own hosting on our serves which are covered with the CDN layer. This is the fastest possbile way to deliver translations anywhere, anytime for you, your users and developers. Check our status page, we have 100% uptime.
Check APIhttps://cdn.simplelocalize.io/{projectToken}/_latest/{languageKey} { "CREATE_ACCOUNT": "create account", "SIGN_IN": "sign in", "WELCOME_TO_THE_JUNGLE": "welcome to the jungle", ... }
https://cdn.simplelocalize.io/{projectToken}/_latest/lang [ { "key": "en", "name": "english", "enabled": true //soon! }, { "key": "es", "name": "español", "enabled": false //soon! } ]