diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | src/kcm/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | src/knemod/CMakeL10n.txt | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/src/kcm/CMakeL10n.txt b/src/kcm/CMakeL10n.txt new file mode 100644 index 0000000..1e823bd --- /dev/null +++ b/src/kcm/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcm_knemo" ) diff --git a/src/knemod/CMakeL10n.txt b/src/knemod/CMakeL10n.txt new file mode 100644 index 0000000..bc7544c --- /dev/null +++ b/src/knemod/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "knemod" ) |