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