Fix Portuguese(Brasil) translation naming
On case-sensitive systems, the country code needs to be capitalized for
the language to be correctly identified between two dialects. Since
`br` was not capitalized, we fell back on european portuguese for Linux
and MacOS
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15592
(cherry picked from commit 2be87e4527
)
This commit is contained in:
parent
909d199379
commit
131013f291
|
@ -24,7 +24,7 @@ nl
|
|||
no
|
||||
pl
|
||||
pt
|
||||
pt_br
|
||||
pt_BR
|
||||
ro
|
||||
ru
|
||||
sk
|
||||
|
|
|
@ -23,7 +23,7 @@ nl
|
|||
no
|
||||
pl
|
||||
pt
|
||||
pt_br
|
||||
pt_BR
|
||||
#ro
|
||||
ru
|
||||
#sk
|
||||
|
|
Loading…
Reference in New Issue