Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: world/qt6-translations 6.7.1-1 doesn't contain any translation (Read 539 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

world/qt6-translations 6.7.1-1 doesn't contain any translation

Dear devs,

I noticed one of my programs not loading Qt's localization data when built against Qt 6.

QLibraryInfo::location(QLibraryInfo::TranslationsPath) returns /usr/share/qt6/translations/. Actually this directory is empty, apart from a folder called qtwebengine_locales.

The qt6-translations doesn't contain anything other than a license file:
Code: [Select]
# pacman -Qlq qt6-translations
/usr/
/usr/share/
/usr/share/licenses/
/usr/share/licenses/qt6-translations
… and /usr/share/qt6/translations/ only is there because QtWebEngine puts files in there:
Code: [Select]
# pacman -Qo /usr/share/qt6/translations/
/usr/share/qt6/translations/ is owned by qt6-webengine 6.7.1-1
Maybe, you want to fix the package?

Re: world/qt6-translations 6.7.1-1 doesn't contain any translation

Reply #1
I just tried to build the package locally, using the PKGBUILD found at https://gitea.artixlinux.org/packages/qt6-translations. It works as expected: The resulting package contains all the translations …

Seems like something went wrong while packaging. I also deleted the package from the cache and re-downloaded it, with the same result: it's an (almost) empty package.

Re: world/qt6-translations 6.7.1-1 doesn't contain any translation

Reply #2
… or would this belong into the "Package management" forum?!

Re: world/qt6-translations 6.7.1-1 doesn't contain any translation

Reply #3
… or would this belong into the "Package management" forum?!

It's a little fuzzy. I would think Package Management, but I don't think the current subforum is strictly wrong. I'll bring this to Artist's attention.

Re: world/qt6-translations 6.7.1-1 doesn't contain any translation

Reply #4
Last week it was updated to  qt6-translations-6.7.1-1.4 which should contain the translations.

artist

Re: world/qt6-translations 6.7.1-1 doesn't contain any translation

Reply #5
Thanks for fixing it :-)

 

Re: world/qt6-translations 6.7.1-1 doesn't contain any translation

Reply #6
np - thx for the feedback

artist