Skip to content

Commit 5f71e59

Browse files
committed
fix: missing configuration
1 parent c9299e8 commit 5f71e59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/ai-translator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
return [
44
'source_locale' => 'en',
55
'source_directory' => 'lang',
6+
// Translate strings in a batch. The higher, the cheaper.
7+
'chunk_size' => 10,
68

79
'ai' => [
810
// 'provider' => 'anthropic',

0 commit comments

Comments
 (0)