From ae406497b7694172bb652d25702e3e83287432f3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jan 2022 21:55:08 +0900 Subject: Added translations of messages. Signed-off-by: Michele Calgaro --- src/CMakeL10n.txt | 3 +++ src/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 src/CMakeL10n.txt (limited to 'src') 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 ##### -- cgit v1.2.1