mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat: add ko language (#3619)
This commit is contained in:
@@ -50,6 +50,8 @@ const loadLocaleData = (locale: AvailableLocale): Promise<any> => {
|
||||
return import('../i18n/locale/it.json');
|
||||
case 'ja':
|
||||
return import('../i18n/locale/ja.json');
|
||||
case 'ko':
|
||||
return import('../i18n/locale/ko.json');
|
||||
case 'lt':
|
||||
return import('../i18n/locale/lt.json');
|
||||
case 'nb-NO':
|
||||
|
||||
Reference in New Issue
Block a user