29
30
Fork 85
fsfe-website/contribute/translators/translators.xsl

14 Zeilen
453 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../../fsfe.xsl" />
<xsl:import href="../../build/xslt/people.xsl" />
<xsl:template match="translation-coordinators-list">
<xsl:call-template name="country-people-list">
<xsl:with-param name="team" select="'translation-coordinators'" />
</xsl:call-template>
</xsl:template>
</xsl:stylesheet>