diff options
author | Slávek Banko <[email protected]> | 2019-01-06 16:50:46 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-06 16:51:04 +0100 |
commit | 5e38d104cf7cf0eef23fc349b1cdae66ce37c9fa (patch) | |
tree | cc274078fcc5c3e60b11a4205e3fb74cffc372df /src/CMakeL10n.txt | |
parent | 0c2343d585d35d981ec7fd1480f7098baf13edf2 (diff) | |
download | kstreamripper-5e38d104cf7cf0eef23fc349b1cdae66ce37c9fa.tar.gz kstreamripper-5e38d104cf7cf0eef23fc349b1cdae66ce37c9fa.zip |
Add CMakeL10n rules.
Create translation template.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ded3f1fb861e39f8abc656318f33ab4f1224b6af)
Diffstat (limited to 'src/CMakeL10n.txt')
-rw-r--r-- | src/CMakeL10n.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt new file mode 100644 index 0000000..3aee1c7 --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kstreamripper" ) |