diff options
Diffstat (limited to 'libkcddb')
-rw-r--r-- | libkcddb/CMakeL10n.txt | 8 | ||||
-rw-r--r-- | libkcddb/kcmcddb/CMakeL10n.txt | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/libkcddb/CMakeL10n.txt b/libkcddb/CMakeL10n.txt new file mode 100644 index 00000000..624ff885 --- /dev/null +++ b/libkcddb/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "libkcddb" + EXCLUDES "^kcmcddb/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/libkcddb/kcmcddb/CMakeL10n.txt b/libkcddb/kcmcddb/CMakeL10n.txt new file mode 100644 index 00000000..0115c0a4 --- /dev/null +++ b/libkcddb/kcmcddb/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcmcddb" ) |