diff options
Diffstat (limited to 'kbackgammon/CMakeL10n.txt')
-rw-r--r-- | kbackgammon/CMakeL10n.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kbackgammon/CMakeL10n.txt b/kbackgammon/CMakeL10n.txt index 753f15ef..3f21176c 100644 --- a/kbackgammon/CMakeL10n.txt +++ b/kbackgammon/CMakeL10n.txt @@ -1,3 +1,15 @@ ##### create translation templates ############## tde_l10n_create_template( "kbackgammon" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kbackgammon.desktop/" + SOURCES kbackgammon.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) + +tde_l10n_create_template( + CATALOG "desktop_files/kbackgammon-eventsrc/" + SOURCES_DESKTOP eventsrc + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |