[FOLIO-1800] Fix plurals not appearing as ICU strings in Lokalise translation files Created: 11/Feb/19 Updated: 03/Jun/20 Resolved: 13/Feb/19 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P3 |
| Reporter: | Peter Murray | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: |
| Description |
|
As pointed out by Viktor Soroka, the recently updated Lokalise files encode plurals as:
{
"recordsCount": {
"one": "# record",
"other": "# records"
},
}
rather than:
{
"recordsCount": "{count, plural, one {# record} other {# records}}"
}
|
| Comments |
| Comment by Peter Murray [ 13/Feb/19 ] |
|
Fixed: 2019-02-12 22:12:41,300 - INFO - mergepullrequest@13 - Merging https://github.com/folio-org/ui-checkout/pull/303 |