Bug 11527 - Do not pick up MARC subfield codes for translation from XSLTs
Summary: Do not pick up MARC subfield codes for translation from XSLTs
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-13 08:13 UTC by paxed
Modified: 2017-04-03 06:08 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paxed 2014-01-13 08:13:10 UTC
For example, from intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl the following string is pick up for translation:
 <xsl:with-param name="codes">abhfgknps</xsl:with-param>

and it shows up as msgid "abhfgknps"

There is no sense in "translating" that, it's just confusing for translators. It really should not be picked up for translation in the first place.