1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(translation): ko-KR translation, closes #561

This commit is contained in:
2023-04-17 09:21:01 +02:00
parent 6b3b22a01a
commit baef4ea4d1
3 changed files with 514 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ import { jaJP } from './ja-JP';
import { zhCN } from './zh-CN';
import { ruRU } from './ru-RU';
import { idID } from './id-ID';
import { koKR } from './ko-KR';
const messages = {
'en-US': enUS,
@@ -24,7 +25,8 @@ const messages = {
'ja-JP': jaJP,
'zh-CN': zhCN,
'ru-RU': ruRU,
'id-ID': idID
'id-ID': idID,
'ko-KR': koKR
};
type NestedPartial<T> = {