From 402e7a479aeff06fef928520f6c4d70c31d74694 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sat, 26 Jun 2021 18:12:13 +0300 Subject: Added translation rules and generated templates Signed-off-by: Mavridis Philippe --- client/CMakeL10n.txt | 6 ++++++ client/config/CMakeL10n.txt | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 client/CMakeL10n.txt create mode 100644 client/config/CMakeL10n.txt (limited to 'client') diff --git a/client/CMakeL10n.txt b/client/CMakeL10n.txt new file mode 100644 index 0000000..b7dc64b --- /dev/null +++ b/client/CMakeL10n.txt @@ -0,0 +1,6 @@ +tde_l10n_create_template( + CATALOG "desktop_files/twin-style-deKorator-desktops" + SOURCES deKorator.desktop +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/client/config/CMakeL10n.txt b/client/config/CMakeL10n.txt new file mode 100644 index 0000000..019282a --- /dev/null +++ b/client/config/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "messages/twin_deKorator_config" ) -- cgit v1.2.1