Add German Translation for Mailtrain v2
This commit is contained in:
parent
10dcfeb749
commit
aa1baae5b5
6 changed files with 1042 additions and 2 deletions
|
@ -17,7 +17,7 @@ const deepKeys = require('deep-keys');
|
|||
|
||||
const localeMain = 'en-US/common.json';
|
||||
const localeMainPrevious = 'en-US-last-run/common.json';
|
||||
const localeTranslations = ['es-ES/common.json', 'pt-BR/common.json'];
|
||||
const localeTranslations = ['es-ES/common.json', 'pt-BR/common.json', 'de-DE/common.json'];
|
||||
const searchDirs = [
|
||||
'../client/src',
|
||||
'../server',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue