Details
-
Bug
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
folio/users 2.12.2000310
Description
https://github.com/folio-org/ui-users/blob/5c722c6/lib/ViewSections/UserLoans/UserLoans.js#L96-L97
uses string concatenation:
{item.label} <FormattedMessage id={item.formattedMessageId} />
This cannot be translated because in some languages the number is not at the beginning and the text may be different for singular and plural.
Please use ICU message syntax https://github.com/folio-org/stripes-core/blob/master/doc/i18n.md#details
for example
"{closedLoansCount, number} {closedLoansCount, plural, one {closed loan} other {closed loans}}"
TestRail: Results
Attachments
Issue Links
- relates to
-
UIU-202 Wire and Translate Users App Into German
-
- Closed
-