From 77d72cf2fee1f48674af775ac784530ef8a5341c Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Fri, 16 Apr 2021 01:06:51 +0530 Subject: [PATCH] placeholder for duration strings --- app/i18n/en-GB.default.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/i18n/en-GB.default.json b/app/i18n/en-GB.default.json index 0a663f05..76c47c62 100644 --- a/app/i18n/en-GB.default.json +++ b/app/i18n/en-GB.default.json @@ -166,9 +166,9 @@ "triedInfo": "You tried this recipe %s", "today": "today", "yesterday": "yesterday", - "dAgo": "days ago", - "wAgo": "weeks ago", - "mAgo": "months ago", + "dAgo": "%s days ago", + "wAgo": "%s weeks ago", + "mAgo": "%s months ago", "ltAgo": "a long time ago", "appCrd": "Shared via EnRecipes. Get it on F-Droid, IzzyOnDroid or the Play Store.", "gh": "View on GitHub",