mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Add plurality to manage listings title
This commit is contained in:
parent
812ee891ea
commit
8bb4f2d903
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@
|
|||
"ManageListingsPage.noResults": "You don't have any listings.",
|
||||
"ManageListingsPage.profileSettings": "Profile settings",
|
||||
"ManageListingsPage.queryError": "Query failed. Please try again.",
|
||||
"ManageListingsPage.youHaveListings": "You have {count} listings",
|
||||
"ManageListingsPage.youHaveListings": "You have {count} {count, plural, one {listing} other {listings}}",
|
||||
"ManageListingsPage.yourListings": "Your listings",
|
||||
"MapPriceMarker.unsupportedPrice": "({currency})",
|
||||
"Modal.close": "CLOSE",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue