summaryrefslogtreecommitdiffstats
path: root/kopete
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-20 02:51:42 +0100
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2018-12-20 14:21:24 +0000
commitba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1 (patch)
tree2cd2150001ceea7708c79bf413e52e93d068785a /kopete
parent66285bb35a79aba7b02651d7ec4d9c753e0828cc (diff)
downloadtdenetwork-ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1.tar.gz
tdenetwork-ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kopete')
-rw-r--r--kopete/CMakeL10n.txt29
-rw-r--r--kopete/protocols/CMakeL10n.txt3
-rw-r--r--kopete/protocols/jabber/CMakeL10n.txt3
-rw-r--r--kopete/protocols/jabber/tdeioslave/CMakeL10n.txt3
4 files changed, 38 insertions, 0 deletions
diff --git a/kopete/CMakeL10n.txt b/kopete/CMakeL10n.txt
new file mode 100644
index 00000000..fc613c39
--- /dev/null
+++ b/kopete/CMakeL10n.txt
@@ -0,0 +1,29 @@
+##### prepare styles XSL files ##################
+
+file( GLOB_RECURSE _styles_xsl
+ RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}/styles/*.xsl
+)
+foreach( _style_xsl ${_styles_xsl} )
+ tde_l10n_prepare_xml(
+ SOURCE ${_style_xsl}
+ TAGS "kopete-i18n"
+ CONTEXT "Translators: The %FOO% placeholders are variables that are substituted in the code, please leave them untranslated"
+ )
+ list( REMOVE_ITEM _styles_xsl "${_style_xsl}" )
+ list( APPEND _styles_xsl "${_style_xsl}.tde_l10n" )
+endforeach( )
+
+
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "kopete"
+ SOURCES "." ${_styles_xsl}
+ EXCLUDES
+ "^libkopete/compat/"
+ "^protocols/testbed/"
+ "^styles/.*\\\\.xsl$"
+)
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kopete/protocols/CMakeL10n.txt b/kopete/protocols/CMakeL10n.txt
new file mode 100644
index 00000000..b585ce4a
--- /dev/null
+++ b/kopete/protocols/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kopete/protocols/jabber/CMakeL10n.txt b/kopete/protocols/jabber/CMakeL10n.txt
new file mode 100644
index 00000000..b585ce4a
--- /dev/null
+++ b/kopete/protocols/jabber/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kopete/protocols/jabber/tdeioslave/CMakeL10n.txt b/kopete/protocols/jabber/tdeioslave/CMakeL10n.txt
new file mode 100644
index 00000000..cc3c4b07
--- /dev/null
+++ b/kopete/protocols/jabber/tdeioslave/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdeio_jabberdisco" )