Update i18n.js
This commit is contained in:
parent
b0c3858268
commit
91c059144f
1 changed files with 2 additions and 0 deletions
|
@ -14,11 +14,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";
|
||||
|
||||
|
||||
const resourcesCommon = {
|
||||
'en-US': lang_en_US_common,
|
||||
'es-ES': lang_es_ES_common,
|
||||
'pt-BR': lang_pt_BR_common,
|
||||
'fk-FK': convertToFake(lang_en_US_common)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue