Update langs.js

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

View file

@ -51,6 +51,11 @@ const langCodes = {
getLabel: t => 'Español', getLabel: t => 'Español',
longCode: 'es-ES' longCode: 'es-ES'
}, },
'pt-BR': {
getShortLabel: t => 'BR',
getLabel: t => 'Português',
longCode: 'pt-BR'
},
'fk-FK': { 'fk-FK': {
getShortLabel: t => 'FK', getShortLabel: t => 'FK',
getLabel: t => 'Fake', getLabel: t => 'Fake',