mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
add Korean
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user