We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a89ecf commit a5791e9Copy full SHA for a5791e9
src/Console/TranslateStrings.php
@@ -24,7 +24,7 @@ class TranslateStrings extends Command
24
{--r|reference= : Reference languages for translation guidance (e.g. --reference=fr,es). If not provided, will ask interactively}
25
{--c|chunk= : Chunk size for translation (e.g. --chunk=100)}
26
{--m|max-context= : Maximum number of context items to include (e.g. --max-context=1000)}
27
- {--skip-big-files : Skip files with more than 500 strings to translate}
+ {--force-big-files : Force translation of files with more than 500 strings}
28
{--show-prompt : Show the whole AI prompts during translation}
29
{--non-interactive : Run in non-interactive mode, using default or provided values}';
30
0 commit comments