Spanish lang without translation added
This commit is contained in:
parent
aa66c18650
commit
38e277cb7c
8 changed files with 970 additions and 1 deletions
|
@ -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)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue