Fix translations in Qt6-based AppImages

In Qt5 version of Krita we used to patch ki18n to look for translations in QStandardPaths::AppLocalDataLocation and then manually move them into this location in the AppImage creation script.

In Qt6 we dropped this patch over ki18n and it now searches translations in the correct location, i.e. in StandardPaths::GenericDataLocation.

So now we should install it into /share/locale instead of /share/krita/locale

Merge request reports

Loading