make 'FSFE' a translatable string, and use for title suffix
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2020-07-28 17:35:36 +02:00
parent 3edd78501e
commit 141f1f097a
2 changed files with 5 additions and 2 deletions

View File

@@ -15,7 +15,9 @@
<xsl:value-of select="/buildinfo/document/head/title/text()" />
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="/buildinfo/document/head/title/text()" /><xsl:text> - FSFE</xsl:text>
<xsl:value-of select="/buildinfo/document/head/title/text()" />
<xsl:text> - </xsl:text>
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'fsfe'" /></xsl:call-template>
</xsl:otherwise>
</xsl:choose>
</xsl:variable>

View File

@@ -22,7 +22,8 @@
<text id="stw-printready-tooltip">These are the files we send to our printer, including bleed and other printer specific settings. The files can be very large (~5-25MB).</text>
<!-- Basic texts -->
<text id="fsfeurope">Free Software Foundation Europe</text>
<text id="fsfe">FSFE</text> <!-- only change this for non-latin character sets -->
<text id="fsfeurope">Free Software Foundation&#160;Europe</text>
<text id="fsfnetwork">
FSFE has <a href="//fsfe.org/about/fsfnetwork.html">sister organisations</a> in <a href="//www.fsf.org/">North America</a>, <a href="http://fsf.org.in/">India</a> and <a href="http://www.fsfla.org/">Latin America</a>.
</text>