Comment 5 for bug 986068

Revision history for this message
David Planella (dpm) wrote : Re: Yes/No/Cancel messages appear untranslated

Hi Diego,

Here's the output requested, which returns the ca_ES locale:

In [1]: from PyQt4 import QtCore

In [2]: QtCore.QLibraryInfo.location(QtCore.QLibraryInfo.TranslationsPath)
Out[2]: PyQt4.QtCore.QString(u'/usr/share/qt4/translations')

In [3]: QtCore.QLocale.system().name()
Out[3]: PyQt4.QtCore.QString(u'ca_ES')

On what do you base the statement that Qt doesn't support Catalan? And how do you define 'support'?