You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/ksplashml/pics/themes/CMakeL10n.txt

16 lines
422 B

##### create translation templates ##############
file(
GLOB_RECURSE _themes
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/*Theme.rc
)
list( SORT _themes )
tde_l10n_create_template(
CATALOG "desktop_files/ksplash-themes/"
SOURCES_DESKTOP ${_themes}
KEYWORDS Message1 Message2 Message3 Message4 Message5 Message6 Message7 Message8
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)