Merge branch 'pull/564' into development

This commit is contained in:
Tomas Bures 2019-03-26 22:55:00 +01:00
commit dcb7168322
24 changed files with 1216 additions and 52 deletions

View file

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