From e306ac019753c20f725be10e85e552640918b51b Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 May 2023 23:20:48 +0800 Subject: [PATCH] add type LocaleType --- app/locales/ko.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locales/ko.ts b/app/locales/ko.ts index 64b1042f..0ccb40e4 100644 --- a/app/locales/ko.ts +++ b/app/locales/ko.ts @@ -2,7 +2,7 @@ import { SubmitKey } from "../store/config"; import type { LocaleType } from "./index"; -const ko = { +const ko: LocaleType = { WIP: "곧 출시 예정...", Error: { Unauthorized: "권한이 없습니다. 설정 페이지에서 액세스 코드를 입력하세요.",