https://bugs.kde.org/show_bug.cgi?id=438703
--- Comment #10 from Albert Astals Cid <aa...@kde.org> --- (In reply to Christoph Cullmann from comment #9) > Yes, the fix seems not to work, e.g. just bundling the qt translations > doesn't seem to do the trick. Look below for what Krita does, seems weird > that one needs to special handle this in the application code. k18n loads the qt catalog and that chain loads the rest of qtbase, etc. catalogs https://invent.kde.org/frameworks/ki18n/-/blob/master/src/main.cpp#L16 My only guess is that QLibraryInfo::location(QLibraryInfo::TranslationsPath) is not returning the same path of wherever the translations are being installed and thus it's failing. -- You are receiving this mail because: You are watching all bug changes.