forked from XiaoMo/ChatGPT-Next-Web
add type LocaleType
This commit is contained in:
parent
65c6b4af82
commit
e306ac0197
@ -2,7 +2,7 @@ import { SubmitKey } from "../store/config";
|
||||
|
||||
import type { LocaleType } from "./index";
|
||||
|
||||
const ko = {
|
||||
const ko: LocaleType = {
|
||||
WIP: "곧 출시 예정...",
|
||||
Error: {
|
||||
Unauthorized: "권한이 없습니다. 설정 페이지에서 액세스 코드를 입력하세요.",
|
||||
|
Loading…
Reference in New Issue
Block a user