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

Commit 6009d8b

Browse files
author
Sascha Thielemann
authored
Merge pull request #9 from bestog/patch-2
Add Japanese and Chinese to supported languages
2 parents d70e3a3 + 11c6977 commit 6009d8b

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
@@ -76,7 +76,9 @@ class DeepL
7676
'IT',
7777
'NL',
7878
'PL',
79-
'RU'
79+
'RU',
80+
'JA',
81+
'ZH'
8082
);
8183

8284
/**
@@ -93,7 +95,9 @@ class DeepL
9395
'IT',
9496
'NL',
9597
'PL',
96-
'RU'
98+
'RU',
99+
'JA',
100+
'ZH'
97101
);
98102

99103
/**

0 commit comments

Comments
 (0)