Browse Source

Locale Type add : ko-KR

revofpla 10 months ago
parent
commit
599b4b6e49
1 changed files with 1 additions and 1 deletions
  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';