diff options
author | Slávek Banko <[email protected]> | 2018-12-20 02:51:42 +0100 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2018-12-20 14:21:24 +0000 |
commit | ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1 (patch) | |
tree | 2cd2150001ceea7708c79bf413e52e93d068785a /kdict | |
parent | 66285bb35a79aba7b02651d7ec4d9c753e0828cc (diff) | |
download | tdenetwork-ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1.tar.gz tdenetwork-ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kdict')
-rw-r--r-- | kdict/CMakeL10n.txt | 8 | ||||
-rw-r--r-- | kdict/applet/CMakeL10n.txt | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/kdict/CMakeL10n.txt b/kdict/CMakeL10n.txt new file mode 100644 index 00000000..9cfe37de --- /dev/null +++ b/kdict/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kdict" + EXCLUDES "^applet/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/kdict/applet/CMakeL10n.txt b/kdict/applet/CMakeL10n.txt new file mode 100644 index 00000000..afb2338c --- /dev/null +++ b/kdict/applet/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kdictapplet" ) |