summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/CMakeL10n.txt')
-rw-r--r--kregexpeditor/CMakeL10n.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/kregexpeditor/CMakeL10n.txt b/kregexpeditor/CMakeL10n.txt
new file mode 100644
index 0000000..1265736
--- /dev/null
+++ b/kregexpeditor/CMakeL10n.txt
@@ -0,0 +1,24 @@
+##### prepare predefined regexps ################
+
+file( GLOB_RECURSE _regexp_files
+ RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}/*.regexp
+)
+list( SORT _regexp_files )
+unset( _regexp_l10n )
+foreach( _regexp_file ${_regexp_files} )
+ tde_l10n_prepare_xml(
+ SOURCE ${_regexp_file}
+ TAGS "Title" "Description"
+ C_FORMAT
+ )
+ list( APPEND _regexp_l10n "${_regexp_file}.tde_l10n" )
+endforeach( )
+
+
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "kregexpeditor"
+ SOURCES "." ${_regexp_l10n}
+)