Skip to content

Commit

Permalink
fix: missing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kargnas committed Jul 23, 2024
1 parent c9299e8 commit 5f71e59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/ai-translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
return [
'source_locale' => 'en',
'source_directory' => 'lang',
// Translate strings in a batch. The higher, the cheaper.
'chunk_size' => 10,

'ai' => [
// 'provider' => 'anthropic',
Expand Down

0 comments on commit 5f71e59

Please sign in to comment.