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',
|
||||
'IT',
|
||||
'JA',
|
||||
'KO',
|
||||
'LT',
|
||||
'LV',
|
||||
'NB',
|
||||
'NL',
|
||||
'PL',
|
||||
'PT',
|
||||
|
@ -92,8 +94,10 @@ export const paramDef = {
|
|||
'ID',
|
||||
'IT',
|
||||
'JA',
|
||||
'KO',
|
||||
'LT',
|
||||
'LV',
|
||||
'NB',
|
||||
'NL',
|
||||
'PL',
|
||||
'PT',
|
||||
|
|
Loading…
Reference in a new issue