forked from FoundKeyGang/FoundKey
server: add new deepl languages
DeepL now also supports Norwegian (Bokmål) and Korean. Ref: https://www.deepl.com/en/blog/welcome-korean-and-norwegian Changelog: Added
This commit is contained in:
parent
0a7352eda9
commit
c8731333ba
1 changed files with 4 additions and 0 deletions
|
@ -23,8 +23,10 @@ const sourceLangs = [
|
||||||
'ID',
|
'ID',
|
||||||
'IT',
|
'IT',
|
||||||
'JA',
|
'JA',
|
||||||
|
'KO',
|
||||||
'LT',
|
'LT',
|
||||||
'LV',
|
'LV',
|
||||||
|
'NB',
|
||||||
'NL',
|
'NL',
|
||||||
'PL',
|
'PL',
|
||||||
'PT',
|
'PT',
|
||||||
|
@ -92,8 +94,10 @@ export const paramDef = {
|
||||||
'ID',
|
'ID',
|
||||||
'IT',
|
'IT',
|
||||||
'JA',
|
'JA',
|
||||||
|
'KO',
|
||||||
'LT',
|
'LT',
|
||||||
'LV',
|
'LV',
|
||||||
|
'NB',
|
||||||
'NL',
|
'NL',
|
||||||
'PL',
|
'PL',
|
||||||
'PT',
|
'PT',
|
||||||
|
|
Loading…
Reference in a new issue