Added Spanish focus.
svn path=/trunk/; revision=6876
This commit is contained in:
parent
ad2645b919
commit
5285b2eaa3
11
es/README
Normal file
11
es/README
Normal file
@ -0,0 +1,11 @@
|
||||
This directory contains the files for the Spanish focus.
|
||||
|
||||
Structure:
|
||||
|
||||
news/2006/news-*.xml ... News entries
|
||||
news/2007/news-*.xml
|
||||
|
||||
events/2006/event-*.xml ... Events
|
||||
events/2007/event-*.xml
|
||||
|
||||
projects/*/project.xml ... Projects
|
@ -49,6 +49,7 @@
|
||||
<option><xsl:attribute name="value">http://www.france.fsfeurope.org<xsl:value-of select="/buildinfo/@filename" />.<xsl:value-of select="/buildinfo/@language" />.html</xsl:attribute>France</option>
|
||||
|
||||
<option><xsl:attribute name="value">http://www.germany.fsfeurope.org<xsl:value-of select="/buildinfo/@filename" />.<xsl:value-of select="/buildinfo/@language" />.html</xsl:attribute>Germany</option>
|
||||
<option><xsl:attribute name="value">http://www.spain.fsfeurope.org<xsl:value-of select="/buildinfo/@filename" />.<xsl:value-of select="/buildinfo/@language" />.html</xsl:attribute>Spain</option>
|
||||
<option><xsl:attribute name="value">http://www.italy.fsfeurope.org<xsl:value-of select="/buildinfo/@filename" />.<xsl:value-of select="/buildinfo/@language" />.html</xsl:attribute>Italy</option>
|
||||
<option><xsl:attribute name="value">http://www.sweden.fsfeurope.org<xsl:value-of select="/buildinfo/@filename" />.<xsl:value-of select="/buildinfo/@language" />.html</xsl:attribute>Sweden</option>
|
||||
</select><br /><br />
|
||||
|
@ -38,6 +38,7 @@ use POSIX qw(strftime);
|
||||
our %countries = (
|
||||
global => 'en',
|
||||
de => 'de',
|
||||
es => 'es',
|
||||
it => 'it',
|
||||
fr => 'fr',
|
||||
se => 'sv' );
|
||||
|
Loading…
Reference in New Issue
Block a user