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

Commit 9ca47cb

Browse files
committed
Add PT and RU to supported languages
1 parent 214a355 commit 9ca47cb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/DeepL.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ class DeepL
6868
'DE',
6969
'FR',
7070
'ES',
71+
'PT',
7172
'IT',
7273
'NL',
73-
'PL'
74+
'PL',
75+
'RU'
7476
);
7577

7678
/**
@@ -83,9 +85,11 @@ class DeepL
8385
'DE',
8486
'FR',
8587
'ES',
88+
'PT',
8689
'IT',
8790
'NL',
88-
'PL'
91+
'PL',
92+
'RU'
8993
);
9094

9195
/**

0 commit comments

Comments
 (0)