mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat(lang): add Catalan to language picker (#1309)
This commit is contained in:
@@ -21,6 +21,8 @@ import '../styles/globals.css';
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const loadLocaleData = (locale: AvailableLocales): Promise<any> => {
|
||||
switch (locale) {
|
||||
case 'ca':
|
||||
return import('../i18n/locale/ca.json');
|
||||
case 'de':
|
||||
return import('../i18n/locale/de.json');
|
||||
case 'es':
|
||||
|
||||
Reference in New Issue
Block a user