From a460ffeb65f514cadb3d906552f314f58abbd63d Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 17 Sep 2021 10:25:17 +0300 Subject: [PATCH] New translations en-US.json (Tamil) --- src/config/locales/ta-IN.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/config/locales/ta-IN.json b/src/config/locales/ta-IN.json index 2d0d1abed..e5ca5e2aa 100644 --- a/src/config/locales/ta-IN.json +++ b/src/config/locales/ta-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" } }