]> git.sesse.net Git - kdenlive/blob - po/nl/CMakeLists.txt
Change po folder structure, each language has it's own directory, do not merge transl...
[kdenlive] / po / nl / CMakeLists.txt
1 FILE(GLOB pofiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po)
2
3 FOREACH(_current_PO_FILE ${pofiles})
4     GET_FILENAME_COMPONENT(_basename ${_current_PO_FILE} NAME_WE)
5     GETTEXT_PROCESS_PO_FILES(${_basename} ALL INSTALL_DESTINATION share/locale/ ${_current_PO_FILE})
6 ENDFOREACH(_current_PO_FILE)