diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-25 19:59:04 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-25 19:59:04 +0100 |
commit | 4fe6ee9e7fc05c70f96afbc4d1f1d5030877d2ba (patch) | |
tree | 5cae13fb3b8c80153c152464efe352a4c6762eba /kgpg | |
parent | 44d731b5ac31423121985a509cf8880048a2f110 (diff) | |
download | tdeutils-4fe6ee9e7fc05c70f96afbc4d1f1d5030877d2ba.tar.gz tdeutils-4fe6ee9e7fc05c70f96afbc4d1f1d5030877d2ba.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kgpg')
-rw-r--r-- | kgpg/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kgpg/CMakeL10n.txt b/kgpg/CMakeL10n.txt new file mode 100644 index 0000000..ebaaf9f --- /dev/null +++ b/kgpg/CMakeL10n.txt @@ -0,0 +1,6 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kgpg" + SOURCES "." "tips" +) |