diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-10 20:32:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-10 20:32:54 +0900 |
commit | c69accc7cf28c4ede05687233a6d23d221905646 (patch) | |
tree | 78a0693703d2053afaf136e487421497c27ed737 /src/CMakeL10n.txt | |
parent | ae406497b7694172bb652d25702e3e83287432f3 (diff) | |
download | polkit-agent-tde-c69accc7cf28c4ede05687233a6d23d221905646.tar.gz polkit-agent-tde-c69accc7cf28c4ede05687233a6d23d221905646.zip |
Added translation of .desktop files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 28e43ea..aa8fc4f 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/polkit-agent-tde" ) + +tde_l10n_create_template( + CATALOG "desktop_files/polkit-agent-tde.desktop/" + SOURCES polkit-agent-tde.desktop +) |