diff --git a/scripts/docs-i18n/main.go b/scripts/docs-i18n/main.go index 7c5fe38ca6a..2f2323483af 100644 --- a/scripts/docs-i18n/main.go +++ b/scripts/docs-i18n/main.go @@ -45,7 +45,7 @@ func main() { docsRoot = flag.String("docs", "docs", "docs root") tmPath = flag.String("tm", "", "translation memory path") mode = flag.String("mode", "segment", "translation mode (segment|doc)") - thinking = flag.String("thinking", "high", "thinking level (low|high)") + thinking = flag.String("thinking", "high", "thinking level (low|medium|high|xhigh)") overwrite = flag.Bool("overwrite", false, "overwrite existing translations") maxFiles = flag.Int("max", 0, "max files to process (0 = all)") parallel = flag.Int("parallel", 1, "parallel workers for doc mode")