diff options
Diffstat (limited to 'ksplashml')
-rw-r--r-- | ksplashml/CMakeL10n.txt | 8 | ||||
-rw-r--r-- | ksplashml/kcmksplash/CMakeL10n.txt | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ksplashml/CMakeL10n.txt b/ksplashml/CMakeL10n.txt new file mode 100644 index 000000000..4de522f5c --- /dev/null +++ b/ksplashml/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "ksplash" + EXCLUDES "^kcmksplash" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/ksplashml/kcmksplash/CMakeL10n.txt b/ksplashml/kcmksplash/CMakeL10n.txt new file mode 100644 index 000000000..1aa92057f --- /dev/null +++ b/ksplashml/kcmksplash/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "ksplashthemes" ) |