kde-l10n/el/messages/CMakeLists.txt
Ivailo Monev d48539664d generic: adjust to translation changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-11-02 05:42:26 +02:00

8 lines
175 B
CMake

file(GLOB_RECURSE _po_files *.po)
kde4_translate(${CURRENT_LANG} ${_po_files})
install(
FILES entry.desktop
DESTINATION ${KDE4_LOCALE_INSTALL_DIR}/${CURRENT_LANG}
)