diff options
author | Slávek Banko <[email protected]> | 2018-12-13 03:29:22 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-13 03:29:22 +0100 |
commit | ce24f7e8bee0d70bdebe4e979eaefdb56c1b3ebb (patch) | |
tree | 421b0b966dcd7e3053adca7d4ab928dd35a19081 /src | |
parent | 5f932cd68a27c5feccc861a243984e653348b08e (diff) | |
download | tdeio-umountwrapper-ce24f7e8bee0d70bdebe4e979eaefdb56c1b3ebb.tar.gz tdeio-umountwrapper-ce24f7e8bee0d70bdebe4e979eaefdb56c1b3ebb.zip |
Add CMakeL10n rules.
Create translation template.
Add CMake rules to build translations.
Signed-off-by: Slávek Banko <[email protected]>
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..c9193d2 --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeio-umountwrapper" ) |