add Korean

This commit is contained in:
Minhyung Park
2025-10-01 21:17:29 +09:00
committed by mayswind
parent a50d2e7e72
commit dc6d8398b1
18 changed files with 2356 additions and 0 deletions
+8
View File
@@ -4,6 +4,7 @@ import es from './es.json';
import fr from './fr.json';
import it from './it.json';
import ja from './ja.json';
import ko from './ko.json';
import nl from './nl.json';
import ru from './ru.json';
import th from './th.json';
@@ -74,6 +75,13 @@ export const ALL_LANGUAGES: Record<string, LanguageInfo> = {
textDirection: 'ltr',
content: ja
},
'ko': {
name: 'Korean',
displayName: '한국어',
alternativeLanguageTag: 'ko-KR',
textDirection: 'ltr',
content: ko
},
'nl': {
name: 'Dutch',
displayName: 'Nederlands',