Add German Translation for Mailtrain v2
This commit is contained in:
parent
10dcfeb749
commit
aa1baae5b5
6 changed files with 1042 additions and 2 deletions
|
@ -56,6 +56,11 @@ const langCodes = {
|
|||
getLabel: t => 'Português',
|
||||
longCode: 'pt-BR'
|
||||
},
|
||||
'de-DE': {
|
||||
getShortLabel: t => 'DE',
|
||||
getLabel: t => 'Deutsch',
|
||||
longCode: 'de-DE'
|
||||
},
|
||||
'fk-FK': {
|
||||
getShortLabel: t => 'FK',
|
||||
getLabel: t => 'Fake',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue