diff options
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index eba349d..3a95032 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -21,3 +21,22 @@ include( TDEL10n ) ##### create translation templates ############## tde_l10n_create_template( "messages/kshutdown" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kshutdown.desktop/" + SOURCES + kshutdown/kshutdown.desktop + kshutdownlockout/kshutdownlockout.desktop +) + +tde_l10n_create_template( + CATALOG "desktop_files/eventsrc/" + SOURCES_DESKTOP sounds/eventsrc +) + +tde_l10n_create_template( + CATALOG "desktop_files/extras/" + SOURCES + extras/*.directory + extras/*.desktop +) |