Hi all!
1) where am i supposed to put a configuration file for my app?
2) where should i put the .qm files for the translations? Should i add something in the .pro file?
Hi all!
1) where am i supposed to put a configuration file for my app?
2) where should i put the .qm files for the translations? Should i add something in the .pro file?
1) Just use in a QSettings("mycompany","myapp") format and it will automagically go to the right place
2) Didn't quite try it myself, but http://doc.qt.nokia.com/4.7-snapshot...tive-i18n.html suggests you should just put the i18n dir in your qml and that should be it