Merge branch 'pull/595' into development-tb

This commit is contained in:
Tomas Bures 2019-05-12 10:09:33 +02:00
commit 03bcba1667
4 changed files with 982 additions and 2 deletions

View file

@ -11,11 +11,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)
};