diff options
author | Slávek Banko <[email protected]> | 2018-12-28 12:10:29 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-28 12:10:30 +0100 |
commit | 3197459242b128752ce6eef11330d6b9aa913591 (patch) | |
tree | c01a5372a69cb64ad8ee91570f5bbadc45c4c249 /atlantik/CMakeL10n.txt | |
parent | 84aad3784917007bd90a615a7077c70ea0895f71 (diff) | |
download | tdegames-3197459242b128752ce6eef11330d6b9aa913591.tar.gz tdegames-3197459242b128752ce6eef11330d6b9aa913591.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'atlantik/CMakeL10n.txt')
-rw-r--r-- | atlantik/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/atlantik/CMakeL10n.txt b/atlantik/CMakeL10n.txt new file mode 100644 index 00000000..02b92b13 --- /dev/null +++ b/atlantik/CMakeL10n.txt @@ -0,0 +1,6 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "atlantik" + EXCLUDES "^tdeio_atlantik/" +) |