Add German Translation for Mailtrain v2
This commit is contained in:
parent
10dcfeb749
commit
aa1baae5b5
6 changed files with 1042 additions and 2 deletions
|
@ -12,12 +12,13 @@ import {createComponentMixin} from "./decorator-helpers";
|
|||
import lang_en_US_common from "../../../locales/en-US/common";
|
||||
import lang_es_ES_common from "../../../locales/es-ES/common";
|
||||
import lang_pt_BR_common from "../../../locales/pt-BR/common";
|
||||
|
||||
import lang_de_DE_common from "../../../locales/de-DE/common";
|
||||
|
||||
const resourcesCommon = {
|
||||
'en-US': lang_en_US_common,
|
||||
'es-ES': lang_es_ES_common,
|
||||
'pt-BR': lang_pt_BR_common,
|
||||
'de-DE': lang_de_DE_common,
|
||||
'fk-FK': convertToFake(lang_en_US_common)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue