You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choose a source language to translate from [en]:
[0] el
[1] en
Selected locale: en
Do you want to add reference languages? (y/n) [n]:
Enter the chunk size for translation. Translate strings in a batch. The higher, the cheaper. (default: 30) [30]:
Starting Greek (el)
Translating lang/en/installer_messages.php to el => lang/el/installer_messages.php
Translating lang/en/locale.php to el => lang/el/locale.php
Translating lang/en/validation.php to el => lang/el/validation.php
Finished translating el
PS C:\xampp\htdocs\laravelApp>
but is not translate anything
this is my config
'lang',
'ai' => [
'provider' => 'openai',
'model' => 'gpt-4o', // Recommend to use for testing purpose. It sometimes doesn't translate.
'api_key' => env('OPENAI_API_KEY'),
'retries' => 5,
'max_tokens' => 4096,
],
'locale_names' => [
'en' => 'English ',
'el' => 'Greek',
],
The text was updated successfully, but these errors were encountered:
Hey
i have try in laravel 11x
and is not translate anything
translation format is
'buttons' => [
'cancel' => 'Cancel',
'reject' => 'Reject',
'save' => 'Save',
and in command like
php artisan ai-translator:translate
Choose a source language to translate from [en]:
[0] el
[1] en
Selected locale: en
Do you want to add reference languages? (y/n) [n]:
Enter the chunk size for translation. Translate strings in a batch. The higher, the cheaper. (default: 30) [30]:
Starting Greek (el)
but is not translate anything
this is my config
'lang', 'ai' => [ 'provider' => 'openai', 'model' => 'gpt-4o', // Recommend to use for testing purpose. It sometimes doesn't translate. 'api_key' => env('OPENAI_API_KEY'), 'retries' => 5, 'max_tokens' => 4096, ], 'locale_names' => [ 'en' => 'English ', 'el' => 'Greek', ],The text was updated successfully, but these errors were encountered: