fix
This commit is contained in:
parent
b583df7e2f
commit
53340ad631
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ function loadLanguage(longCode) {
|
||||||
}
|
}
|
||||||
|
|
||||||
loadLanguage('en-US');
|
loadLanguage('en-US');
|
||||||
resourcesCommon['es-ES'] = convertToFake(resourcesCommon['en-US']);
|
loadLanguage('es-ES');
|
||||||
resourcesCommon['fk-FK'] = convertToFake(resourcesCommon['en-US']);
|
resourcesCommon['fk-FK'] = convertToFake(resourcesCommon['en-US']);
|
||||||
|
|
||||||
const resources = {};
|
const resources = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue