http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11527 Bug ID: 11527 Summary: Do not pick up MARC subfield codes for translation from XSLTs Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: pasi.kallinen@pttk.fi QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.