refactor: gamedata 없을 때 error 페이지 노출 수정, 다국어 파일 경로 수정
This commit is contained in:
8
types/i18n.d.ts
vendored
Normal file
8
types/i18n.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare global {
|
||||
function defineI18nLocale(
|
||||
loader: (locale: string) => Promise<Record<string, any>> | Record<string, any>
|
||||
): any
|
||||
}
|
||||
|
||||
export {}
|
||||
|
||||
Reference in New Issue
Block a user