From 926372d503c8522c1b1c9cdfeb6b891b7f96e08d Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 5 Jun 2020 21:32:16 +0800 Subject: feat(front): Fix #73 . --- Timeline/ClientApp/src/locales/scheme.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Timeline/ClientApp/src/locales/scheme.ts') diff --git a/Timeline/ClientApp/src/locales/scheme.ts b/Timeline/ClientApp/src/locales/scheme.ts index 6e2a3669..fef39a8e 100644 --- a/Timeline/ClientApp/src/locales/scheme.ts +++ b/Timeline/ClientApp/src/locales/scheme.ts @@ -75,6 +75,12 @@ export default interface TranslationResource { inputPrompt: string; notMatch: string; }; + post: { + deleteDialog: { + title: string; + prompt: string; + }; + }; }; user: { username: string; -- cgit v1.2.3