-
Notifications
You must be signed in to change notification settings - Fork 10
Auto‐translate
SimpleLocalize edited this page Jul 9, 2025
·
7 revisions
Auto-translate command starts auto-translation tasks and waits until they are finished.
simplelocalize auto-translate --apiKey PROJECT_API_KEYUse --force parameter to auto-translate all texts, even if they are already translated.
simplelocalize auto-translate \
--apiKey PROJECT_API_KEY \
--languageKeys fr,pl \
--forceNote: This will overwrite existing translations, so use it with caution. This options is a shortcut for
--autoTranslateOptions FORCE_REPLACE.
Use --autoTranslateOptions parameter to pass custom options to the auto-translate command, for example: USE_TRANSLATION_KEYS.
simplelocalize auto-translate \
--apiKey PROJECT_API_KEY \
--languageKeys fr,pl \
--autoTranslateOptions USE_TRANSLATION_KEYS- 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