[Koha-bugs] [Bug 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 4 18:01:17 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #45 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 159549
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159549&action=edit
Bug 33766: (follow-up) Enable translation for strings

In my test the strings inside a SET directive were not picked up for
translation. This patch adds the t() function around the new strings in
order to allow them to be translated.

To test, apply the patch and test the translation process for any
language, in this example fr-FR:

- Run 'perl translate update fr-FR'
- Open misc/translator/po/fr-FR-messages.po
- Look for the affected strings: "Username", "Cardnumber", and
  "Cardnumber or username."
- Update the po file with translations of the strings
- Run 'perl translate install fr-FR'
- View the OPAC in your translated language and test each setting of
  OPACLoginLabelTextContent to confirm that the translated strings
  appear.

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


More information about the Koha-bugs mailing list