Skip to content

Commit 2fd1fbc

Browse files
committed
possibly simpler?
1 parent a74dddf commit 2fd1fbc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/translations/en.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
2+
"plurals": {
3+
"records": "record",
4+
"records_plural": "records"
5+
},
26
"card-details": {
3-
"heading_plural": "Displaying {{subCount}} of {{count}} records",
4-
"heading": "Displaying {{subCount}} of {{count}} record"
7+
"heading": "Displaying {{subCount}} of {{count}} $t(plurals.records, {{count}})"
58
},
69
}

0 commit comments

Comments
 (0)