From 8bb4f2d903208d25403f51ffdc177332ae1ef776 Mon Sep 17 00:00:00 2001 From: Hannu Lyytikainen Date: Wed, 4 Oct 2017 12:53:55 +0300 Subject: [PATCH] Add plurality to manage listings title --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 78c06466..c5f0f03c 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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",