From 0618d899c025ad0fecebbd9c55f422a89d332af8 Mon Sep 17 00:00:00 2001 From: bbraganca <49985217+bbraganca@users.noreply.github.com> Date: Mon, 6 May 2019 10:14:52 -0300 Subject: [PATCH] Update langs.js --- shared/langs.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;