https://bugs.kde.org/show_bug.cgi?id=416247
--- Comment #3 from ratijas <m...@ratijas.tk> --- Still relevant today. I browsed source code, and tracked this problem down to the definition of `KFormatPrivate::formatByteSize`: it uses a bunch of unqualified tr() calls. The function tr() is declared by Q_DECLARE_TR_FUNCTIONS(KFormat), and delegates actual work to QCoreApplication::translate() which uses globally installed QTranslator object. -- You are receiving this mail because: You are watching all bug changes.