diff options
author | Slávek Banko <[email protected]> | 2020-06-17 17:59:07 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-17 17:59:07 +0200 |
commit | a0ea767dd23501e1ad91f6e329c71221e711fe6b (patch) | |
tree | 2f72c3b921aa2843c056ee5acca1e5ec7e2c024c /lib/CMakeL10n.txt | |
parent | 55eab5ce28cffb40d7e61b5e159fa7e53d40dd4c (diff) | |
download | kchmviewer-a0ea767dd23501e1ad91f6e329c71221e711fe6b.tar.gz kchmviewer-a0ea767dd23501e1ad91f6e329c71221e711fe6b.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 <[email protected]>
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( ) |