Merge branch 'pull/595' into development-tb
This commit is contained in:
commit
03bcba1667
4 changed files with 982 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue