diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-02 16:47:00 +0100 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2018-12-09 15:42:12 +0000 |
commit | e532d9345d1568c348ad45ffd7beb8e8a79361b7 (patch) | |
tree | 9ae1ca459330756a5f2b621f3124f6eacd2897a5 /kate | |
parent | 7ef585492cbe3a421bee00898b3927a88e035094 (diff) | |
download | tdelibs-e532d9345d1568c348ad45ffd7beb8e8a79361b7.tar.gz tdelibs-e532d9345d1568c348ad45ffd7beb8e8a79361b7.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kate')
-rw-r--r-- | kate/CMakeL10n.txt | 11 | ||||
-rw-r--r-- | kate/plugins/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kate/plugins/autobookmarker/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kate/plugins/insertfile/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kate/plugins/isearch/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kate/plugins/kdatatool/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kate/plugins/wordcompletion/CMakeL10n.txt | 3 |
7 files changed, 29 insertions, 0 deletions
diff --git a/kate/CMakeL10n.txt b/kate/CMakeL10n.txt new file mode 100644 index 000000000..e2998f650 --- /dev/null +++ b/kate/CMakeL10n.txt @@ -0,0 +1,11 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "katepart" + SOURCES data part plugins + ATTRIBUTES + "data/*.xml:language,section,Language Section" + "data/*.xml:language,name,Language" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/kate/plugins/CMakeL10n.txt b/kate/plugins/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/kate/plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/kate/plugins/autobookmarker/CMakeL10n.txt b/kate/plugins/autobookmarker/CMakeL10n.txt new file mode 100644 index 000000000..e2c816b8b --- /dev/null +++ b/kate/plugins/autobookmarker/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdetexteditor_autobookmarker" ) diff --git a/kate/plugins/insertfile/CMakeL10n.txt b/kate/plugins/insertfile/CMakeL10n.txt new file mode 100644 index 000000000..3679577e2 --- /dev/null +++ b/kate/plugins/insertfile/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdetexteditor_insertfile" ) diff --git a/kate/plugins/isearch/CMakeL10n.txt b/kate/plugins/isearch/CMakeL10n.txt new file mode 100644 index 000000000..49b82b1ff --- /dev/null +++ b/kate/plugins/isearch/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdetexteditor_isearch" ) diff --git a/kate/plugins/kdatatool/CMakeL10n.txt b/kate/plugins/kdatatool/CMakeL10n.txt new file mode 100644 index 000000000..c0390848f --- /dev/null +++ b/kate/plugins/kdatatool/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdetexteditor_kdatatool" ) diff --git a/kate/plugins/wordcompletion/CMakeL10n.txt b/kate/plugins/wordcompletion/CMakeL10n.txt new file mode 100644 index 000000000..54d0ca4d6 --- /dev/null +++ b/kate/plugins/wordcompletion/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdetexteditor_docwordcompletion" ) |