diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-31 02:05:40 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-31 02:05:41 +0100 |
commit | 285df936a6e0329d60cd31de793cf4a4c4d472e3 (patch) | |
tree | 4d0fe187da24131b3471c404b329cc29ee707aa5 /kicker-applets | |
parent | 5e406cf6049dfab4f0bbc3bc4294f13c3f4e5b45 (diff) | |
download | tdeaddons-285df936a6e0329d60cd31de793cf4a4c4d472e3.tar.gz tdeaddons-285df936a6e0329d60cd31de793cf4a4c4d472e3.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kicker-applets')
-rw-r--r-- | kicker-applets/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker-applets/kbinaryclock/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker-applets/kolourpicker/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker-applets/ktimemon/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker-applets/math/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker-applets/mediacontrol/CMakeL10n.txt | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/kicker-applets/CMakeL10n.txt b/kicker-applets/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/kicker-applets/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/kicker-applets/kbinaryclock/CMakeL10n.txt b/kicker-applets/kbinaryclock/CMakeL10n.txt new file mode 100644 index 0000000..00c4e78 --- /dev/null +++ b/kicker-applets/kbinaryclock/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kbinaryclock" ) diff --git a/kicker-applets/kolourpicker/CMakeL10n.txt b/kicker-applets/kolourpicker/CMakeL10n.txt new file mode 100644 index 0000000..d6e3d39 --- /dev/null +++ b/kicker-applets/kolourpicker/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kolourpicker" ) diff --git a/kicker-applets/ktimemon/CMakeL10n.txt b/kicker-applets/ktimemon/CMakeL10n.txt new file mode 100644 index 0000000..e1de333 --- /dev/null +++ b/kicker-applets/ktimemon/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "ktimemon" ) diff --git a/kicker-applets/math/CMakeL10n.txt b/kicker-applets/math/CMakeL10n.txt new file mode 100644 index 0000000..92505d1 --- /dev/null +++ b/kicker-applets/math/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kmathapplet" ) diff --git a/kicker-applets/mediacontrol/CMakeL10n.txt b/kicker-applets/mediacontrol/CMakeL10n.txt new file mode 100644 index 0000000..e00166a --- /dev/null +++ b/kicker-applets/mediacontrol/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "mediacontrol" ) |