Translations of QMessageBox not work in Qt5.3

后端 未结 3 616
余生分开走
余生分开走 2020-12-21 08:23

I\'m a fan of Qt and update it frequently, Qt5.1->5.2->5.3.

However, the tranalations of Standard buttons like \"Ok\" \"Cancel\" \"Save\" do not work anymore in Qt5.

3条回答
  •  再見小時候
    2020-12-21 09:01

    I had the same problem and got it to work with an updated translation file. I am not sure if this is the intended behaviour, but my qt_de.qm has a filesize of only 1kB. There is however a file called qtbase_de.qm now (154kB) which seems to do the trick.

提交回复
热议问题