summaryrefslogtreecommitdiffstats
path: root/kiosktool/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/CMakeL10n.txt')
-rw-r--r--kiosktool/CMakeL10n.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/kiosktool/CMakeL10n.txt b/kiosktool/CMakeL10n.txt
new file mode 100644
index 0000000..4205120
--- /dev/null
+++ b/kiosktool/CMakeL10n.txt
@@ -0,0 +1,17 @@
+##### prepare kiosk_data.xml as C source ########
+
+tde_l10n_prepare_xml(
+ SOURCE kiosk_data.xml
+ TAGS caption description
+ C_FORMAT
+ PRESERVE ""
+)
+
+
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "kiosktool"
+ SOURCES "." "kiosk_data.xml.tde_l10n"
+ EXCLUDES "^kcms/"
+)