mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Updated Windows Installer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7505 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f164287c09
commit
9f319426fd
27 changed files with 2459 additions and 328 deletions
20
build_scripts/Windows/lang/ts/convert_from_ts.xsl
Normal file
20
build_scripts/Windows/lang/ts/convert_from_ts.xsl
Normal file
|
@ -0,0 +1,20 @@
|
|||
<xsl:stylesheet version="1.0"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
<xsl:output method="text"/>
|
||||
|
||||
<xsl:strip-space elements="*"/>
|
||||
|
||||
<xsl:template match="context">
|
||||
<xsl:text>!insertmacro LANG_STRING </xsl:text>
|
||||
<xsl:value-of select="./name"/>
|
||||
<xsl:text> "</xsl:text>
|
||||
<xsl:choose>
|
||||
<xsl:when test="./message/translation!=''"><xsl:value-of select="./message/translation"/></xsl:when>
|
||||
<xsl:otherwise><xsl:value-of select="./message/source"/></xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<xsl:text>"
|
||||
</xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
Loading…
Add table
Add a link
Reference in a new issue