diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-22 18:25:15 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-22 18:28:34 +0100 |
commit | 7ec815dc3c5ada144e1ce50c12b16ffaa224668f (patch) | |
tree | 9b101bdc49778cbcdc8de9e85a35bc3826db08ad /CMakeL10n.txt | |
parent | d23d098ff87f3907bad19c7eeb9726dfeccabedd (diff) | |
download | tde-i18n-7ec815dc3c5ada144e1ce50c12b16ffaa224668f.tar.gz tde-i18n-7ec815dc3c5ada144e1ce50c12b16ffaa224668f.zip |
Add translation of entry.desktop files.
Note: For systems and distributions where individual language directories
are unpacked for building, you need to add an unpacking for the
'translations' directory in addition to other common directories.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2d9b0ded005bad305657fdc3aa2d85f8dd189ca1)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt new file mode 100644 index 00000000000..0d236c34102 --- /dev/null +++ b/CMakeL10n.txt @@ -0,0 +1,26 @@ +################################################# +# +# (C) 2020 Slávek Banko +# slavek.banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +cmake_minimum_required( VERSION 2.8 ) + + +##### include our cmake modules ################# + +set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) +include( TDEL10n ) + + +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "desktop_files/entry.desktop/" + SOURCES *entry.desktop +) |