summaryrefslogtreecommitdiffstats
path: root/client/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'client/CMakeL10n.txt')
-rw-r--r--client/CMakeL10n.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/CMakeL10n.txt b/client/CMakeL10n.txt
new file mode 100644
index 0000000..b4a5b2e
--- /dev/null
+++ b/client/CMakeL10n.txt
@@ -0,0 +1,12 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "messages/twin-style-fahrenheit"
+ SOURCES .
+ X-POT ${CMAKE_SOURCE_DIR}/../../../core/tde-i18n/template/messages/tdebase/twin_clients.pot
+)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/twin-style-fahrenheit-desktops"
+ SOURCES *.desktop
+)