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
This commit is contained in:
parent
6a73f48106
commit
2be87e4527
|
@ -25,7 +25,7 @@ nl
|
||||||
no
|
no
|
||||||
pl
|
pl
|
||||||
pt
|
pt
|
||||||
pt_br
|
pt_BR
|
||||||
ro
|
ro
|
||||||
ru
|
ru
|
||||||
sk
|
sk
|
||||||
|
|
|
@ -25,7 +25,7 @@ nl
|
||||||
no
|
no
|
||||||
pl
|
pl
|
||||||
pt
|
pt
|
||||||
pt_br
|
pt_BR
|
||||||
ro
|
ro
|
||||||
ru
|
ru
|
||||||
sk
|
sk
|
||||||
|
|
Loading…
Reference in New Issue