mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
b3a55e145f
commit
fe53644150
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ void init_qt_late()
|
||||||
// obvious fallbacks
|
// obvious fallbacks
|
||||||
QPair<QLocale::Language, QLocale::Country> parents[] = {
|
QPair<QLocale::Language, QLocale::Country> parents[] = {
|
||||||
{ QLocale::German, QLocale::Germany },
|
{ QLocale::German, QLocale::Germany },
|
||||||
{ QLocale::Portuguese, QLocale::Brazil },
|
{ QLocale::Portuguese, QLocale::Portugal },
|
||||||
{ QLocale::French, QLocale::France},
|
{ QLocale::French, QLocale::France},
|
||||||
{ QLocale::Spanish, QLocale::Spain}
|
{ QLocale::Spanish, QLocale::Spain}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue