Skip to content

Fix localization files install path

The localization files were moved from the po to the poqm folder but CMakeLists.txt was not updated accordingly so the translations don’t get installed anymore.

This patch fixes it.

Merge request reports