Skip to content

Commit

Permalink
Update DeepLTranslator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
justmd5 authored Aug 21, 2024
1 parent bdd5014 commit ef18e89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/DeepLTranslator.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ class DeepLTranslator
* @var string[]
*/
private $langMap = [
'AUTO', 'DE', 'EN', 'ES', 'FR', 'IT', 'JA', 'KO', 'NL', 'PL', 'PT', 'RU', 'ZH',
'BG', 'CS', 'DA', 'EL', 'ET', 'FI', 'HU', 'LT', 'LV', 'RO', 'SK', 'SL', 'SV',
'AUTO', 'AR', 'BG', 'CS', 'DA', 'DE', 'EL', 'EN', 'ES', 'ET', 'FI', 'FR', 'HU',
'ID', 'IT', 'JA', 'KO', 'LT', 'LV', 'NB', 'NL', 'PL', 'PT', 'RO', 'RU', 'SK',
'SL', 'SV', 'TR', 'UK', 'ZH',
];

/**
Expand Down

0 comments on commit ef18e89

Please sign in to comment.