diff options
author | Slávek Banko <[email protected]> | 2019-01-08 02:29:22 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-08 02:29:22 +0100 |
commit | e761bb2108883fcbf7ddd31878f467621966b9fa (patch) | |
tree | 207f14a3a2d1a25a9087ff80edc44a4d6ba34782 /starter/CMakeL10n.txt | |
parent | d1b64ab44ed0d4b849becb3ce39abccadb6fc4bb (diff) | |
download | tde-style-baghira-e761bb2108883fcbf7ddd31878f467621966b9fa.tar.gz tde-style-baghira-e761bb2108883fcbf7ddd31878f467621966b9fa.zip |
Add CMakeL10n rules.
Create translation template.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'starter/CMakeL10n.txt')
-rw-r--r-- | starter/CMakeL10n.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/starter/CMakeL10n.txt b/starter/CMakeL10n.txt new file mode 100644 index 0000000..64f8349 --- /dev/null +++ b/starter/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "starter" ) |