translations: fix Portuguese parent translation

I didn't pay attention and entered the wrong flavor of Portuguese as the
parent translation. The one for Portugal is complete and should be the
parent, back-filling the one for Brazil where needed.

Suggested-by: Christof Arnosti <charno@charno.ch>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2022-03-27 17:10:46 -07:00
parent b3a55e145f
commit fe53644150

View file

@ -104,7 +104,7 @@ void init_qt_late()
// obvious fallbacks
QPair<QLocale::Language, QLocale::Country> parents[] = {
{ QLocale::German, QLocale::Germany },
{ QLocale::Portuguese, QLocale::Brazil },
{ QLocale::Portuguese, QLocale::Portugal },
{ QLocale::French, QLocale::France},
{ QLocale::Spanish, QLocale::Spain}
};