Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d54256a

Browse files
authored
Added possible Portuguese variants
These are supported as described in the DeepL API: https://www.deepl.com/docs-api/translating-text/request/
1 parent d70e3a3 commit d54256a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DeepL.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ class DeepL
9090
'FR',
9191
'ES',
9292
'PT',
93+
'PT-PT',
94+
'PT-BR',
9395
'IT',
9496
'NL',
9597
'PL',

0 commit comments

Comments
 (0)