diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeL10n.txt | 2 | ||||
-rw-r--r-- | src/daemon/CMakeL10n.txt | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 1ab81f1..3b74967 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,5 +1,7 @@ ##### create translation templates ############## +tde_l10n_auto_add_subdirectories( ) + tde_l10n_create_template( CATALOG "desktop_files/kdbusnotification-autostart.desktop/" SOURCES kdbusnotification-autostart.desktop diff --git a/src/daemon/CMakeL10n.txt b/src/daemon/CMakeL10n.txt new file mode 100644 index 0000000..46afaec --- /dev/null +++ b/src/daemon/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "messages/notification-daemon-tde/daemon" ) |