There was an error while loading. Please reload this page.
1 parent a74dddf commit 2fd1fbcCopy full SHA for 2fd1fbc
1 file changed
src/translations/en.json
@@ -1,6 +1,9 @@
1
{
2
+ "plurals": {
3
+ "records": "record",
4
+ "records_plural": "records"
5
+ },
6
"card-details": {
- "heading_plural": "Displaying {{subCount}} of {{count}} records",
- "heading": "Displaying {{subCount}} of {{count}} record"
7
+ "heading": "Displaying {{subCount}} of {{count}} $t(plurals.records, {{count}})"
8
},
9
}
0 commit comments