[Libreoffice-commits] .: solenv/bin
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Jan 16 09:14:10 PST 2013
solenv/bin/striplanguagetags.sh | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 83b729ebcf525d03ce4c0c85dd871c91968e78ac
Author: Eike Rathke <erack at redhat.com>
Date: Wed Jan 16 18:12:18 2013 +0100
also strip fo:script and *:rfc-language-tag
For future reference, before this gets forgotten.
Change-Id: Ibe8d0ac673a12b53cb53169ba9afe721029375ff
diff --git a/solenv/bin/striplanguagetags.sh b/solenv/bin/striplanguagetags.sh
index 591e22f..4734306 100755
--- a/solenv/bin/striplanguagetags.sh
+++ b/solenv/bin/striplanguagetags.sh
@@ -44,6 +44,12 @@ cat > $XSL << EOF
<xsl:template match="@fo:language"/>
<xsl:template match="@fo:country"/>
+<xsl:template match="@fo:script"/>
+<xsl:template match="@number:rfc-language-tag"/>
+<xsl:template match="@style:rfc-language-tag"/>
+<xsl:template match="@table:rfc-language-tag"/>
+<xsl:template match="@style:rfc-language-tag-asian"/>
+<xsl:template match="@style:rfc-language-tag-complex"/>
</xsl:stylesheet>
EOF
More information about the Libreoffice-commits
mailing list