Merge pull request #460 from sharetribe/manage-listings-title-plurality

Add plurality to manage listings title
This commit is contained in:
Hannu Lyytikäinen 2017-10-04 13:09:56 +03:00 committed by GitHub
commit 251e0b2beb

View file

@ -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",