CLIlocalesy translate
localesy translate
Fill missing translations across your project with AI, directly from the terminal.
Synopsis
localesy translate [--local] [--env <name>]
Description
Translates the missing records across your project's languages using AI. Localesy uses your base translation as the input and generates translations for every missing record in your other languages. By default the new translations are saved back to Localesy so the Platform and CLI stay in sync.
Note: AI Translation never overwrites your base translation. The base translation is always the source for other languages, so it is only ever read, never translated.
Options
| Option | Description |
|---|---|
--local | Write the AI translations to your local files only, without pushing them to Localesy. |
--env <name> | Run against a specific Localesy environment. |
Examples
localesy translate # translate and push to Localesy
localesy translate --local # keep results local to review the git diff first
See also
localesy sync- push reviewed translations back to Localesy.- AI Translations - how AI translation and custom context work.
Was this helpful?
Prev
Next