[Koha-bugs] [Bug 26979] Show correctly-pluralized labels on checkouts page tabs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 18 11:52:26 CEST 2021


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #123350|0                           |1
        is obsolete|                            |

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 123932
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=123932&action=edit
Bug 26979: Show correctly-pluralized labels on checkouts page tabs

This patch modifies the tabs shown on the checkout and patron detail
page so that counts of checkouts, etc. have the correct pluralization.
This avoids the use of labels like "Checkout(s)"

To test, apply the patch and check out to a patron.

- The tabs showing checkouts, holds, claims, etc. should show the
  correct plural or singular on each label, e.g.:

  14 Checkouts
  20 Holds
  0 Article requests
  1 Club

- Test that each plural/singular changes appropriately when you add
  checkouts, holds, clubs, etc.

To test translation, apply the patch and test that the correct strings
are translatable. In this example I'm testing fr-FR:

- Update a translation:

  > gulp po:update
  > cd misc/translator
  > perl translate update fr-FR

- Open the corresponding .po file for the strings pulled from
  the templates  e.g.  misc/translator/po/fr-FR-messages.po
- Locate strings pulled from circulation.tt and moremember.tt
  translation, e.g.:

  #: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt:770
  msgid "Relatives' checkout"
  msgid_plural "Relatives' checkouts"
  msgstr[0] ""
  msgstr[1] ""

- Edit the "msgstr[0]" and "msgstr[1]" strings however you want (it's
  just for testing)
- Install the updated translation:

  > perl translate install fr-FR

In the staff client, switch to the language you're testing. Confirm that
your translated strings appear correctly in singular and plural cases.

Signed-off-by: David Nind <david at davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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


More information about the Koha-bugs mailing list