diff options
author | Slávek Banko <[email protected]> | 2019-01-06 17:19:56 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-06 17:24:30 +0100 |
commit | 5874129c6f7453d8792ddf55b95b43c1d326a676 (patch) | |
tree | 2705d5c4135b36e8a9bf7b141c65151c7aaeadc7 /src | |
parent | 6bdc52aa9b5b109cd5863aa9f70b163c5e5a70d3 (diff) | |
download | ktechlab-5874129c6f7453d8792ddf55b95b43c1d326a676.tar.gz ktechlab-5874129c6f7453d8792ddf55b95b43c1d326a676.zip |
Add CMakeL10n rules.
Create translation template.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 26147a684bf7f708d477c10a2a6507edda2a62d4)
Diffstat (limited to 'src')
-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..4e8b2c5 --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "ktechlab" ) |