Merge branch 'pull/595' into development-tb

This commit is contained in:
Tomas Bures 2019-05-12 10:09:33 +02:00
commit 03bcba1667
4 changed files with 982 additions and 2 deletions

View file

@ -51,6 +51,11 @@ const langCodes = {
getLabel: t => 'Español',
longCode: 'es-ES'
},
'pt-BR': {
getShortLabel: t => 'BR',
getLabel: t => 'Português',
longCode: 'pt-BR'
},
'fk-FK': {
getShortLabel: t => 'FK',
getLabel: t => 'Fake',
@ -63,4 +68,4 @@ function getLang(lng) {
}
module.exports.convertToFake = convertToFake;
module.exports.getLang = getLang;
module.exports.getLang = getLang;