[Koha-bugs] [Bug 34098] Improve translation of some strings in the patron import template

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 22 20:18:37 CEST 2023


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 152577
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152577&action=edit
Bug 34098: Improve translation of some strings in the patron import template

This patch updates a few sections of the patron import template in order
to import the way strings are identified for translation.

To test, apply the patch and install another translation if necessary.

- Go to Tools -> Import patrons
- Under "Notes," you should see a link, "Download a Starter CSV file
  with all the columns."
- Test the process of importing a batch of patron records.
  - When the import completes, confirm that the status messages are
    correct:

    X imported records
    X overwritten records
    X not imported because they are already in borrowers table and
      overwrite is disabled
    X not imported because they are not in the expected format
    X records parsed

TESTING TRANSLATABILITY

- Update a translation, e.g. fr-FR:

> cd misc/translator
> perl translate update fr-FR

- Open the corresponding .po file for the updated strings, e.g.
  misc/translator/po/fr-FR-messages.po
- Locate strings pulled import_borrowers.tt for translation and confirm
  that they are readable and have context information under 'msgctxt'

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


More information about the Koha-bugs mailing list