App is deployed but translation does not work on iOS (but works in android)
-
Hi
I have a problem with translations in iOS
My app is written in EN and i've set a .qm file to translate to PT (portuguese)
The app works perfectly ok in android, but translations do not work in IOS.
I'm using Xcode11 on macOS Catalina
Qt 5.14.0
I'm running on a iOS simulatorAny ideas what can be?
https://github.com/Ricardosgeral/17cng2020_x (here you can see the pro file and main.cpp
help is appreciated
Ricardo -
Hi,
You should check the return value of QLocale().
-
Strange, there might be a regression. You should check the bug report system to see if there's something related. If not, then please consider opening a new report providing a minimal compilable example that shows that behaviour.
Before that, IIRC, Qt 5.14.1 is around the corner if not there already released, you should try with it first.