# HG changeset patch # User Romain Pelisse <belaran@gmail.com> # Date 1271867296 -7200 # Node ID a122f4c9a75b6b927c2a88bcdd30982f74440c39 # Parent fd82814e9087b9ef1976a1ddb62af06e3f0bff1c moving xsl to appropriate folder diff -r fd82814e9087 -r a122f4c9a75b stylesheets/fr/en/fo.xsl --- a/stylesheets/fr/en/fo.xsl Wed Apr 21 17:09:42 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0"?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:fo="http://www.w3.org/1999/XSL/Format" - version='1.0'> - - <xsl:import href="../fo.xsl"/> - - <xsl:param name="l10n.gentext.language" select="'en'"/> - -</xsl:stylesheet> diff -r fd82814e9087 -r a122f4c9a75b stylesheets/fr/en/html-single.xsl --- a/stylesheets/fr/en/html-single.xsl Wed Apr 21 17:09:42 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -<?xml version="1.0"?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> - - <xsl:import href="../html-single.xsl"/> - - <xsl:param name="l10n.gentext.language" select="'en'"/> - -</xsl:stylesheet> diff -r fd82814e9087 -r a122f4c9a75b stylesheets/fr/en/html.xsl --- a/stylesheets/fr/en/html.xsl Wed Apr 21 17:09:42 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -<?xml version="1.0"?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> - - <xsl:import href="../html.xsl"/> - - <xsl:param name="l10n.gentext.language" select="'en'"/> - -</xsl:stylesheet> diff -r fd82814e9087 -r a122f4c9a75b stylesheets/fr/fo.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stylesheets/fr/fo.xsl Wed Apr 21 18:28:16 2010 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:fo="http://www.w3.org/1999/XSL/Format" + version='1.0'> + + <xsl:import href="../fo.xsl"/> + + <xsl:param name="l10n.gentext.language" select="'en'"/> + +</xsl:stylesheet> diff -r fd82814e9087 -r a122f4c9a75b stylesheets/fr/html-single.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stylesheets/fr/html-single.xsl Wed Apr 21 18:28:16 2010 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> + + <xsl:import href="../html-single.xsl"/> + + <xsl:param name="l10n.gentext.language" select="'en'"/> + +</xsl:stylesheet> diff -r fd82814e9087 -r a122f4c9a75b stylesheets/fr/html.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stylesheets/fr/html.xsl Wed Apr 21 18:28:16 2010 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> + + <xsl:import href="../html.xsl"/> + + <xsl:param name="l10n.gentext.language" select="'en'"/> + +</xsl:stylesheet>