Update translate.js

This commit is contained in:
bbraganca 2019-05-06 10:14:11 -03:00 committed by GitHub
parent 91c059144f
commit 7f979d554e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;