diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-17 17:59:07 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-17 18:00:40 +0200 |
commit | a2e54731b70c9251cd67fd2e88f71ba64fb230d7 (patch) | |
tree | 1c07d2aec19f98cc91b7befac303ba7e72c15ab7 /lib/CMakeL10n.txt | |
parent | e4949db30c6b8cc92c9059fd882e7a8f0158db3a (diff) | |
download | kchmviewer-a2e54731b70c9251cd67fd2e88f71ba64fb230d7.tar.gz kchmviewer-a2e54731b70c9251cd67fd2e88f71ba64fb230d7.zip |
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a0ea767dd23501e1ad91f6e329c71221e711fe6b)
Diffstat (limited to 'lib/CMakeL10n.txt')
-rw-r--r-- | lib/CMakeL10n.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CMakeL10n.txt b/lib/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/lib/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) |