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,6 +13,7 @@ function loadLanguage(longCode) {
}
loadLanguage('en-US');
resourcesCommon['es-ES'] = convertToFake(resourcesCommon['en-US']);
resourcesCommon['fk-FK'] = convertToFake(resourcesCommon['en-US']);
const resources = {};