-
Notifications
You must be signed in to change notification settings - Fork 10
Translation Hosting
SimpleLocalize edited this page Jun 23, 2025
·
2 revisions
There are two commands that operates on translation hosting resources which is publish and pull.
Publish command updates translations on translation hosting. It behaves exactly the same as publish buttons in Web UI (Project -> Hosting).
simplelocalize publish
--apiKey PROJECT_API_KEY
--environment _latest
Publish translations from the _latest environment to _production environment.
simplelocalize publish
--apiKey PROJECT_API_KEY
--environment _production
Pull command downloads files from translation hosting.
simplelocalize pull
--apiKey PROJECT_API_KEY
--pullPath PULL_PATH
--environment _latest
Pulls translations from the _latest environment.
simplelocalize pull
--apiKey PROJECT_API_KEY
--pullPath ./hosting/
--environment _latest
You can change the environment from which you want to pull translation using --environment parameter, for example:
--environment _production
_latest and _production are default environments, but you can also configure additional hosting environments
You can filter which resources you would like to fetch using --filterRegex parameter, for example:
--filterRegex '__index.json'
- Installation
- Upload translations
- Download translations
- Auto-translate
- Configuration file
- Translation Hosting
- Other commands
- Troubleshooting
- GitHub issues - bug reports
- Discord - community
- Email - support
- Changelog - product updates
- YouTube - how-to tutorials