diff options
author | Slávek Banko <[email protected]> | 2019-01-03 17:30:30 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-03 17:30:30 +0100 |
commit | 63565415521ec566485fec1d59887e066c22d490 (patch) | |
tree | c35517d35763621cac42df49d9e8ba68737e81c5 /src | |
parent | 163a5a39970939d97709d0fd5e0ca3637db91c54 (diff) | |
download | mplayerthumbs-63565415521ec566485fec1d59887e066c22d490.tar.gz mplayerthumbs-63565415521ec566485fec1d59887e066c22d490.zip |
Add CMakeL10n rules.
Create translation template.
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..261acdd --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "mplayerthumbs" ) |