diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-02 21:55:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-02 21:55:08 +0900 |
commit | ae406497b7694172bb652d25702e3e83287432f3 (patch) | |
tree | bd792b292a32e76ef157be8c557b91e1c2f7146f /src | |
parent | 02478739e7818ff52b31671e4e6862171a39cee6 (diff) | |
download | polkit-agent-tde-ae406497b7694172bb652d25702e3e83287432f3.tar.gz polkit-agent-tde-ae406497b7694172bb652d25702e3e83287432f3.zip |
Added translations of messages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | src/CMakeLists.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt new file mode 100644 index 0000000..28e43ea --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "messages/polkit-agent-tde" ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 590a80f..e4e2c44 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories( ##### autostart file ##### install( FILES polkit-agent-tde.desktop - DESTINATION ${AUTOSTART_INSTALL_DIR} ) + DESTINATION ${AUTOSTART_INSTALL_DIR} ) ##### executables ##### |