Hello everyone!
I'm trying to make my app as much platform-specific as possible, so the 'Start Dictation' and 'Special Characters...' menu items in the Edit menu in OS X are quite useful. Unfortunately, it seems that Qt would add them only if I install the QTranslator with locale identical to that of the OS (that is, if I load *ru_RU.qm files in my Russian OS X). Is there any way to force add these items in the menu?

Thanks