Updates to the translators page.

svn path=/trunk/; revision=33249
This commit is contained in:
Heiki Lõhmus 2016-05-01 21:17:53 +00:00
vecāks 46dc905c2c
revīzija 73870c51f6
5 mainīti faili ar 51 papildinājumiem un 10 dzēšanām

Parādīt failu

@ -114,8 +114,9 @@
<function country="IT"></function>
</person>
<person id="cryptie" avatar="no" teams="fr">
<person id="cryptie" avatar="no" teams="fr, translation-coordinators">
<name>Amandine “Cryptie”</name>
<function volunteers="translators-fr">deputy/f</function>
<country>FR</country>
<email>cryptie (at) fsfe (dot) org</email>
</person>
@ -148,6 +149,12 @@
<avatar>/fellowship/graphics/people/nicolasdietrich-avatar.jpg</avatar>
</person>
<person id="diz" avatar="no" teams="translation-coordinators">
<name>Andrés Diz</name>
<country>ES</country>
<email>pd (at) fsfe (dot) org</email>
<function volunteers="translators-es">deputy/m</function>
</person>
<!--
@ -269,7 +276,6 @@
<person id="jyrinki" avatar="yes" teams="fi, core">
<name>Timo Jyrinki</name>
<country>FI</country>
<function volunteers="translators-fi">coordinator/m</function>
<function country="FI">deputy/m</function>
<email>mirv (at) fsfe (dot) org</email>
<link>http://iki.fi/tjyrinki/</link>
@ -352,10 +358,11 @@
</person>
-->
<person id="mehl" avatar="yes" teams="core, de">
<person id="mehl" avatar="yes" teams="core, de, translation-coordinators">
<name>Max Mehl</name>
<country>DE</country>
<function country="DE">coordinator/m</function>
<function volunteers="translators-de">deputy/m</function>
<email>max.mehl (at) fsfe (dot) org</email>
<link>/about/mehl/mehl.html</link>
<avatar>/about/mehl/mehl-avatar.jpg</avatar>
@ -431,7 +438,7 @@
<avatar>/about/reiter/reiter-avatar.jpg</avatar>
</person>
<person id="repentinus" avatar="yes" association-member="yes" teams="ga">
<person id="repentinus" avatar="yes" association-member="yes" teams="ga, translation-coordinators">
<name>Heiki Lõhmus</name>
<country>EE</country>
<function volunteers="translators">coordinator/m</function>

Parādīt failu

@ -1,12 +1,10 @@
<?xml version="1.0"?>
<volunteersset>
<volunteers id="translators"><a href="/contribute/translators/translators.html">Translators</a></volunteers>
<volunteers id="translators-de">German <a href="/contribute/translators/translators.html">translations</a></volunteers>
<volunteers id="translators-es">Spanish <a href="/contribute/translators/translators.html">translations</a></volunteers>
<volunteers id="translators-fi">Finnish <a href="/contribute/translators/translators.html">translations</a></volunteers>
<volunteers id="translators-fr">French <a href="/contribute/translators/translators.html">translations</a></volunteers>
<volunteers id="translators-it">Italian <a href="/contribute/translators/translators.html">translations</a></volunteers>
<volunteers id="translators"><a href="/contribute/translators/translators.html">Translations</a></volunteers>
<volunteers id="translators-de"><a href="/contribute/translators/translators.html">Translations</a> (German)</volunteers>
<volunteers id="translators-es"><a href="/contribute/translators/translators.html">Translations</a> (Spanish)</volunteers>
<volunteers id="translators-fr"><a href="/contribute/translators/translators.html">Translations</a> (French)</volunteers>
<volunteers id="web"><a href="/contribute/web/web.html">Webmasters</a></volunteers>
<volunteers id="editors"><a href="/contribute/editors/editors.html">Editors</a></volunteers>
</volunteersset>

Parādīt failu

@ -132,6 +132,18 @@
</p>
</li>
</ul>
<h2>Translation Coordinators</h2>
<p>
If you require more information regarding our translation activities
and do not feel confident in public, you are welcome to contact the
translation coordinators.
</p>
<div id="team" class="section grid-100">
<translation-coordinators-list />
</div>
</body>
<timestamp>$Date$ $Author$</timestamp>

Parādīt failu

@ -0,0 +1,7 @@
about/people/people:[]
about/people/employee:[]
about/people/localteams:[]
about/people/functions:[]
about/people/function-:[]
about/people/countries:[]
about/people/volunteers:[]

Parādīt failu

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dt="http://xsltsl.org/date-time">
<xsl:import href="../../tools/xsltsl/countries.xsl" />
<xsl:import href="../../fsfe.xsl" />
<xsl:output method="html" encoding="utf-8" indent="yes" doctype-system="about:legacy-compat" />
<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>