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 nowInvite team members to the project. Work together with native speakers from all around the world on your app translations. Get the best matching word translation to better express your project idea.
Invite your teamImport data from Excel or CSV file, and export it at any time to the Excel/CSV/JSON format. If you need help with data migration hit us on e-mail: [email protected]
Import your dataUse translation hosting revert feature to rollback previous version. Change translations with feeling that you are in charge. No more surprises!
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! } ]
SimpleLocalize 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