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