From c7a6e05ea48664cabf38e3cad26ad0d7109b1497 Mon Sep 17 00:00:00 2001 From: EngincanV Date: Thu, 20 Aug 2020 12:35:21 +0300 Subject: [PATCH] Community.abp.io: missing localization items --- .../Community/Localization/Resources/en.json | 5 ++++- 1 file changed, 4 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 1b37f884e4..de3cbc8e2d 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json @@ -55,6 +55,9 @@ "WaitingForYourAnswer": "Waiting for your answer", "Asked": "asked", "AllQuestions": "All Questions", - "NextVersion": "Next Version" + "NextVersion": "Next Version", + "MilestoneErrorMessage": "Could not get the current milestone details from Github.", + "QuestionItemErrorMessage": "Could not get the latest question details from Stackoverflow.", + "Oops": "Oops!" } }