Update translate.js
This commit is contained in:
parent
91c059144f
commit
7f979d554e
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@ function loadLanguage(longCode) {
|
|||
|
||||
loadLanguage('en-US');
|
||||
loadLanguage('es-ES');
|
||||
loadLanguage('pt-BR');
|
||||
resourcesCommon['fk-FK'] = convertToFake(resourcesCommon['en-US']);
|
||||
|
||||
const resources = {};
|
||||
|
@ -73,4 +74,3 @@ module.exports.tLog = tLog;
|
|||
module.exports.tUI = tUI;
|
||||
module.exports.tMark = tMark;
|
||||
module.exports.getLangCodeFromExpressLocale = getLangCodeFromExpressLocale;
|
||||
|
||||
|
|
Loading…
Reference in a new issue