[Koha-bugs] [Bug 10745] More fun on translation bug with XSLT subfieldSelect parameters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 16 22:27:32 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10745

--- Comment #1 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 20431
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20431&action=edit
Bug 10745 - More fun on translation bug with XSLT subfieldSelect parameters

As in Bug 6278, this patch replace ">at<" with ">a_t<"
so not to mislead translators. Found more cases that
initial description.

To test:

1) Check that problem exists and only on xslt files,
using your preferred language

egrep -B10 "^msgid \"at\"" misc/translator/po/xx-YY-i-staff-t*

2) Apply the patch

3) Update translation file
(cd misc/translator; perl translate update xx-YY)

4) Verify the problem is gone, repeat 1

5) If you like verify new entries in PO file

egrep -B15 "^msgid \"a_t\"" misc/translator/po/xx-YY-i-staff-t*

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list