diff --git a/shared/langs.js b/shared/langs.js index 70fc7c8e..ababd0f7 100644 --- a/shared/langs.js +++ b/shared/langs.js @@ -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; \ No newline at end of file +module.exports.getLang = getLang;