Skip to content

Commit 29cca52

Browse files
committed
feat(cli.go): add SplitChunks option to translation command for chunked processing
1 parent 1ae0f21 commit 29cca52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/cli/cli.go

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ func (app *App) translate() {
203203
Target: options.Translate.TargetLang,
204204
Preserve: options.Translate.Preserve,
205205
Instructions: options.Translate.Instructions,
206+
SplitChunks: options.Translate.SplitChunks,
206207
},
207208
)
208209
app.kong.FatalIfErrorf(err, "failed to translate document")

0 commit comments

Comments
 (0)