diff --git a/src/config/locales/ur-IN.json b/src/config/locales/ur-IN.json index 0bfa1779a..08c64dd2f 100644 --- a/src/config/locales/ur-IN.json +++ b/src/config/locales/ur-IN.json @@ -174,6 +174,7 @@ "day": "day", "hive_dollars": "Hive Dollars", "savings": "Savings", + "joined": "Joined {time} ago", "edit": { "display_name": "Display Name", "about": "About", @@ -672,5 +673,14 @@ "line3_heading": "Join Ecency communities!", "line3_body": "Build community you own, get rewarded and reward others.", "get_started": "Get started!" + }, + "time": { + "second": "seconds", + "minute": "minutes", + "hour": "hours", + "week": "weeks", + "day": "days", + "month": "months", + "year": "years" } }