Merge branch 'pull/595' into development-tb
This commit is contained in:
commit
03bcba1667
4 changed files with 982 additions and 2 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…
Add table
Add a link
Reference in a new issue