Skip to content

Commit 17e6f1b

Browse files
committed
completely remove deepl
1 parent 966ab7a commit 17e6f1b

File tree

3 files changed

+3
-29
lines changed

3 files changed

+3
-29
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
Easily manage all your Laravel translation strings with powerful features:
1111

12-
- **Translate** strings into other languages using DeepL, OpenAI, or custom services.
13-
- **Proofread** translations to fix grammar and syntax automatically (via OpenAI or custom services).
12+
- **Translate** strings into other languages using OpenAI, Claude, Gemini or custom services.
13+
- **Proofread** translations to fix grammar and syntax automatically (using OpenAI, Claude, Gemini or custom service).
1414
- **Find missing** translation strings across locales.
1515
- **Detect unused** translation keys in your codebase.
1616
- **Sort** translations in natural order.

config/translator.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@
6565
'base_uri' => env('OPENAI_BASE_URI'),
6666
'project' => env('OPENAI_PROJECT'),
6767
],
68-
'deepl' => [
69-
'key' => env('DEEPL_KEY'),
70-
],
7168
],
7269

7370
/*
@@ -81,7 +78,7 @@
8178
*/
8279
'translate' => [
8380
/**
84-
* Supported: 'openai', 'deepl', 'MyOwnServiceClass::name'
81+
* Supported: 'openai', 'MyOwnServiceClass::name'
8582
* Define your own service using the class's name: 'MyOwnServiceClass::class'
8683
*/
8784
'service' => null,

tests/Unit/DeepLServiceTest.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)