Spanish lang without translation added

This commit is contained in:
Carlos 2019-03-04 15:44:52 +01:00
parent aa66c18650
commit 38e277cb7c
8 changed files with 970 additions and 1 deletions

View file

@ -13,9 +13,12 @@ import {convertToFake, getLang} from '../../../shared/langs';
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";
const resourcesCommon = {
'en-US': lang_en_US_common,
'es-ES': lang_es_ES_common,
'fk-FK': convertToFake(lang_en_US_common)
};