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:21:54 +0100 |
commit | cc7c2a4bfbae56bdde85e483b402cbfb11472cc0 (patch) | |
tree | 1eee8c48fbff28e7ba9bbb3bd547d20795e1c4d9 /renamedlgplugins | |
parent | 68302ec67d01fef8852059f1572eb28e96dbbfe2 (diff) | |
download | tdeaddons-cc7c2a4bfbae56bdde85e483b402cbfb11472cc0.tar.gz tdeaddons-cc7c2a4bfbae56bdde85e483b402cbfb11472cc0.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 285df936a6e0329d60cd31de793cf4a4c4d472e3)
Diffstat (limited to 'renamedlgplugins')
-rw-r--r-- | renamedlgplugins/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | renamedlgplugins/audio/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | renamedlgplugins/images/CMakeL10n.txt | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/renamedlgplugins/CMakeL10n.txt b/renamedlgplugins/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/renamedlgplugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/renamedlgplugins/audio/CMakeL10n.txt b/renamedlgplugins/audio/CMakeL10n.txt new file mode 100644 index 0000000..e772c3a --- /dev/null +++ b/renamedlgplugins/audio/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "audiorename_plugin" ) diff --git a/renamedlgplugins/images/CMakeL10n.txt b/renamedlgplugins/images/CMakeL10n.txt new file mode 100644 index 0000000..9f2e795 --- /dev/null +++ b/renamedlgplugins/images/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "imagerename_plugin" ) |