Menu

#1339 Localization of answer & qandaentry in mode=title.markup is broken

output: all formats
pending-fixed
l10n (4)
5
2014-08-19
2014-07-23
No

DocBook 1.78.1, file: common/titles.xsl, line 485ff:

[...]
<xsl:template match="answer" mode="title.markup">
  <!-- answers don't have titles -->
  <xsl:text>Answer</xsl:text>
</xsl:template>

<xsl:template match="qandaentry" mode="title.markup">
  <!-- qandaentrys are represented by the first question in them -->
  <xsl:text>Question</xsl:text>
</xsl:template>
[...]

These seem to be missing gentext calls to make them localizable. On the ML, Bob Stayton agreed that this was a bug, although it would rarely crop up, since both elements usually only use labels, but not titles.

Mailing list thread: http://markmail.org/thread/bcsyc5ztg56fkbz4 .

Discussion

  • Robert Stayton

    Robert Stayton - 2014-07-24
    • status: open --> pending-fixed
    • assigned_to: Robert Stayton
     
  • Robert Stayton

    Robert Stayton - 2014-07-24

    I checked in a fix for this. It should appear in the next snapshot build.