From 0a5fa631f8fe66061cdfc344645b28264cb3ed69 Mon Sep 17 00:00:00 2001 From: Salih Date: Mon, 23 Oct 2023 14:23:52 +0300 Subject: [PATCH 1/2] Update en.json --- .../AbpIoLocalization/Community/Localization/Resources/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json index d9326a3683..4c7cda3a27 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json @@ -242,6 +242,7 @@ "{0}Posts": "{0} Posts", "LATESTPOSTS": "LATEST POSTS", "NoContributorsFound": "No contributors found!", - "LatestPost": "Latest post" + "LatestPost": "Latest post", + "MEMBERSINCE{0}": "MEMBER SINCE {0}" } } From e6d530b02cffd9d83f1e0b2621b30a713430416a Mon Sep 17 00:00:00 2001 From: Salih Date: Mon, 23 Oct 2023 16:05:35 +0300 Subject: [PATCH 2/2] Update en.json --- .../Community/Localization/Resources/en.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json index 4c7cda3a27..3c8c8ac397 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json @@ -243,6 +243,11 @@ "LATESTPOSTS": "LATEST POSTS", "NoContributorsFound": "No contributors found!", "LatestPost": "Latest post", - "MEMBERSINCE{0}": "MEMBER SINCE {0}" + "MEMBERSINCE{0}": "MEMBER SINCE {0}", + "CopyLink": "Copy Link", + "ShareOnTwitter": "Share on Twitter", + "ShareOnLinkedIn": "Share on LinkedIn", + "MoreFrom{0}": "More from {0}", + "SeeAllFrom{0}": "See all from {0}" } }