Browse Source

add type LocaleType

root 1 year ago
parent
commit
e306ac0197
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/locales/ko.ts

+ 1 - 1
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: "권한이 없습니다. 설정 페이지에서 액세스 코드를 입력하세요.",