fix code for portuguese to match codes in i18n.tsx (#4091)
This commit is contained in:
parent
7be9085b1b
commit
cf90ce4e52
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class Constants {
|
|||
displayName: 'Occitan',
|
||||
},
|
||||
{
|
||||
code: 'pt_BR',
|
||||
code: 'pt-br',
|
||||
name: 'portuguese',
|
||||
displayName: 'Português (Brasil)',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue