FedoraQt / MediaWriter

Fedora Media Writer - Write Fedora Images to Portable Media
GNU General Public License v2.0
744 stars 161 forks source link

Fix language detection #765

Closed grulja closed 1 week ago

grulja commented 1 week ago

Using QLocale::system() gives the correct locale, but uiLanguages() can give us language we don't want to. Instead just construct a new QLocale with the language reported as primary by QLocale::system().

Fixes #271