Browse Source

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
newinvert
Seth Hillbrand 2 years ago
parent
commit
2be87e4527
  1. 2
      translation/pofiles/LINGUAS
  2. 2
      translation/pofiles/LINGUAS_INSTALL
  3. 0
      translation/pofiles/pt_BR.po

2
translation/pofiles/LINGUAS

@ -25,7 +25,7 @@ nl
no
pl
pt
pt_br
pt_BR
ro
ru
sk

2
translation/pofiles/LINGUAS_INSTALL

@ -25,7 +25,7 @@ nl
no
pl
pt
pt_br
pt_BR
ro
ru
sk

0
translation/pofiles/pt_br.po → translation/pofiles/pt_BR.po

Loading…
Cancel
Save