[Koha-bugs] [Bug 13794] Text input field values not translated

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 11 17:08:49 CET 2015


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #9 from Jonathan Druart <jonathan.druart at biblibre.com> ---
I can confirm the patch work, but I cannot be sure it won't introduce
regression

The "text" have been added by 
commit db1660f512c52a9c848489f4e2e56516e99e1567
Author: acli <acli>
Date:   Mon Mar 8 04:59:38 2004 +0000

    Fixed some bugs which caused some context to be not recognized, and some
    spurious context to be recognized.  In particular, the bugs fixed are:

    1. Failure to recognize INPUT element at the end, e.g., if the input has
       the form "Item number:%S", then the pattern was recognized as only
       "Item number".

    2. Failure to remove matching <foo></foo> tags if the pattern contains
       INPUT or TMPL_VAR; e.g., if the input has the form "<h1>%s %s</h1>",
       the form would not be simplified to "%s %s".

    Unfortunately, fixing these 2 bugs will cause about 40 fuzzies to appear.

But it did a lot of other stuffs.

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


More information about the Koha-bugs mailing list