From 1e3564d5169463117c4bd4069c78df4578867eda Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 17 Sep 2021 10:25:13 +0300 Subject: [PATCH] New translations en-US.json (Bengali) --- src/config/locales/bn-BD.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/config/locales/bn-BD.json b/src/config/locales/bn-BD.json index dd90eb6c7..a4fa4f118 100644 --- a/src/config/locales/bn-BD.json +++ b/src/config/locales/bn-BD.json @@ -174,6 +174,7 @@ "day": "দিন", "hive_dollars": "Hive Dollars", "savings": "সঞ্চয়", + "joined": "Joined {time} ago", "edit": { "display_name": "প্রদর্শন নাম", "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" } }