diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-08 00:06:00 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-08 01:20:05 +0100 |
| commit | 8147f97196ea169d6ce1de58ebdaa85e0569ea23 (patch) | |
| tree | 81b34c6bdabaeacdffb4a9f052ed17ebc18efb20 /chalk/plugins | |
| parent | 36ea4eb8742d580b59849824d9075929ff26d001 (diff) | |
| download | koffice-8147f97196ea169d6ce1de58ebdaa85e0569ea23.tar.gz koffice-8147f97196ea169d6ce1de58ebdaa85e0569ea23.zip | |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 60f97e3b91c86febc249259183c57399a7c6b528)
Diffstat (limited to 'chalk/plugins')
| -rw-r--r-- | chalk/plugins/CMakeL10n.txt | 3 | ||||
| -rw-r--r-- | chalk/plugins/viewplugins/CMakeL10n.txt | 3 | ||||
| -rw-r--r-- | chalk/plugins/viewplugins/screenshot/CMakeL10n.txt | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/chalk/plugins/CMakeL10n.txt b/chalk/plugins/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/chalk/plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/chalk/plugins/viewplugins/CMakeL10n.txt b/chalk/plugins/viewplugins/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/chalk/plugins/viewplugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/chalk/plugins/viewplugins/screenshot/CMakeL10n.txt b/chalk/plugins/viewplugins/screenshot/CMakeL10n.txt new file mode 100644 index 000000000..32852c1a2 --- /dev/null +++ b/chalk/plugins/viewplugins/screenshot/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kscreenshot_plugin" ) |
