bruns added inline comments. INLINE COMMENTS
> propertyinfotest.cpp:51 > if (!m_useLocalization) { > - QLocale().setDefault(QLocale::c()); > + QLocale().setDefault(QLocale(QStringLiteral("en"))); > } This is somewhat strange ... According to https://doc.qt.io/qt-5/qlocale.html#Language-enum > The "C" locale is identical in behavior to English/UnitedStates. So either "en" is not "en_US", or the Qt documentation is wrong ... REPOSITORY R286 KFileMetaData REVISION DETAIL https://phabricator.kde.org/D20358 To: astippich, bruns Cc: kde-frameworks-devel, #baloo, gennad, domson, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams