mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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
|
||||
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}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue