diff options
author | Slávek Banko <[email protected]> | 2018-12-28 14:43:40 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-28 14:43:40 +0100 |
commit | 5249cbe62e3d779c2f8541c6095dc322b41abda4 (patch) | |
tree | 56047195d2ed06439d7e4d24df62fa7c16ac853f /src | |
parent | dcaeef4145c0f606d195f58982c44564d0e2a516 (diff) | |
download | kmplayer-5249cbe62e3d779c2f8541c6095dc322b41abda4.tar.gz kmplayer-5249cbe62e3d779c2f8541c6095dc322b41abda4.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..e7f96d6 --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kmplayer" ) |