Update langs.js
This commit is contained in:
parent
7f979d554e
commit
0618d899c0
1 changed files with 6 additions and 1 deletions
|
@ -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',
|
||||||
|
@ -63,4 +68,4 @@ function getLang(lng) {
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports.convertToFake = convertToFake;
|
module.exports.convertToFake = convertToFake;
|
||||||
module.exports.getLang = getLang;
|
module.exports.getLang = getLang;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue