diff options
Diffstat (limited to 'kmilo/thinkpad')
-rw-r--r-- | kmilo/thinkpad/CMakeL10n.txt | 8 | ||||
-rw-r--r-- | kmilo/thinkpad/kcmthinkpad/CMakeL10n.txt | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/kmilo/thinkpad/CMakeL10n.txt b/kmilo/thinkpad/CMakeL10n.txt new file mode 100644 index 0000000..cd16475 --- /dev/null +++ b/kmilo/thinkpad/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kmilo_thinkpad" + EXCLUDES "/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/kmilo/thinkpad/kcmthinkpad/CMakeL10n.txt b/kmilo/thinkpad/kcmthinkpad/CMakeL10n.txt new file mode 100644 index 0000000..0e4ae4b --- /dev/null +++ b/kmilo/thinkpad/kcmthinkpad/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcmthinkpad" ) |