Skip to content
SimpleLocalize edited this page Jul 9, 2025 · 7 revisions

Auto-translate command starts auto-translation tasks and waits until they are finished.

Auto-translate

simplelocalize auto-translate --apiKey PROJECT_API_KEY

Auto-translate with force

Use --force parameter to auto-translate all texts, even if they are already translated.

simplelocalize auto-translate \
  --apiKey PROJECT_API_KEY \
  --languageKeys fr,pl \
  --force

Note: This will overwrite existing translations, so use it with caution. This options is a shortcut for --autoTranslateOptions FORCE_REPLACE.

Auto-translate with custom options

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

SimpleLocalize CLI

📦 Getting Started

Links


Clone this wiki locally