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',
|
||||
longCode: 'es-ES'
|
||||
},
|
||||
'pt-BR': {
|
||||
getShortLabel: t => 'BR',
|
||||
getLabel: t => 'Português',
|
||||
longCode: 'pt-BR'
|
||||
},
|
||||
'fk-FK': {
|
||||
getShortLabel: t => 'FK',
|
||||
getLabel: t => 'Fake',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue