diff options
author | Slávek Banko <[email protected]> | 2020-05-26 16:19:25 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-26 16:19:25 +0200 |
commit | 8716935d7e324b2f967afdfab8e2413180e2f9e2 (patch) | |
tree | 1258932d190062ee163b9abaec35875b145ebc9e /src/CMakeL10n.txt | |
parent | fd2835dd00d6b4856efd5b559b7ec3fd66ecd888 (diff) | |
download | kscope-8716935d7e324b2f967afdfab8e2413180e2f9e2.tar.gz kscope-8716935d7e324b2f967afdfab8e2413180e2f9e2.zip |
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/CMakeL10n.txt')
-rw-r--r-- | src/CMakeL10n.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 0ebcc61..fcf54e4 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/kscope" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kscope.desktop/" + SOURCES kscope.desktop +) |