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

            Bug ID: 12222
           Summary: members-update.tt has a giant hash variable
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

members-update.tt has a giant hash variable that contains the borrowers
database table fields, and their clear-text counterparts. This shows up in the
po-files as one giant msgid, which is really ugly and unwieldy:

msgid ""
"%s %s [%% SET field_display_names = { surname => \"Surname\" firstname => "
"\"First name\" title => \"Title\" othernames => \"Other names\" initials => "
"\"Initials\" streetnumber => \"Street number\" streettype => \"Street type\" "
"address => \"Address\" address2 => \"Address 2\" city => \"City\" state => "
 etc. for 20 more lines.


This should probably be split into a separate tt include, and changed so only
the translatable strings are picked up for translation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to