mirror of
https://github.com/sct/overseerr.git
synced 2025-09-29 05:24:44 +02:00
feat(lang): add support for dutch language
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
import React, { ReactNode } from 'react';
|
||||
|
||||
export type AvailableLocales = 'en' | 'ja' | 'fr' | 'nb-NO' | 'de' | 'ru';
|
||||
export type AvailableLocales =
|
||||
| 'en'
|
||||
| 'ja'
|
||||
| 'fr'
|
||||
| 'nb-NO'
|
||||
| 'de'
|
||||
| 'ru'
|
||||
| 'nl';
|
||||
|
||||
interface LanguageContextProps {
|
||||
locale: AvailableLocales;
|
||||
|
Reference in New Issue
Block a user