diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-20 02:51:42 +0100 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2018-12-20 14:21:24 +0000 |
commit | ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1 (patch) | |
tree | 2cd2150001ceea7708c79bf413e52e93d068785a /ksirc | |
parent | 66285bb35a79aba7b02651d7ec4d9c753e0828cc (diff) | |
download | tdenetwork-ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1.tar.gz tdenetwork-ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ksirc')
-rw-r--r-- | ksirc/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ksirc/CMakeL10n.txt b/ksirc/CMakeL10n.txt new file mode 100644 index 00000000..e421400e --- /dev/null +++ b/ksirc/CMakeL10n.txt @@ -0,0 +1,6 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "ksirc" + EXCLUDES "^test/" +) |