mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat(lang): add support for Spanish language
This commit is contained in:
@@ -7,7 +7,8 @@ export type AvailableLocales =
|
||||
| 'nb-NO'
|
||||
| 'de'
|
||||
| 'ru'
|
||||
| 'nl';
|
||||
| 'nl'
|
||||
| 'es';
|
||||
|
||||
interface LanguageContextProps {
|
||||
locale: AvailableLocales;
|
||||
|
||||
Reference in New Issue
Block a user