소스 검색

Locale Type add : ko-KR

revofpla 11 달 전
부모
커밋
599b4b6e49
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/core/src/interfaces/locale.ts

+ 1 - 1
packages/core/src/interfaces/locale.ts

@@ -1 +1 @@
-export type Locale = 'en-US' | 'ja-JP' | 'zh-CN' | 'fr-FR';
+export type Locale = 'en-US' | 'ja-JP' | 'zh-CN' | 'fr-FR' | 'ko-KR';