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 c9299e8 commit 5f71e59Copy full SHA for 5f71e59
config/ai-translator.php
@@ -3,6 +3,8 @@
3
return [
4
'source_locale' => 'en',
5
'source_directory' => 'lang',
6
+ // Translate strings in a batch. The higher, the cheaper.
7
+ 'chunk_size' => 10,
8
9
'ai' => [
10
// 'provider' => 'anthropic',
0 commit comments