mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
Add Dutch translation (#877)
This commit is contained in:
parent
5f520689ed
commit
210d1474ea
@ -43,6 +43,7 @@ function LanguageSwitcher() {
|
||||
data={[
|
||||
{ value: "en-US", label: "English (US)" },
|
||||
{ value: "de-DE", label: "Deutsch (German)" },
|
||||
{ value: "nl-NL", label: "Dutch (Netherlands)" },
|
||||
{ value: "fr-FR", label: "Français (French)" },
|
||||
{ value: "es-ES", label: "Español (Spanish)" },
|
||||
{ value: "pt-BR", label: "Português (Brasil)" },
|
||||
@ -52,7 +53,7 @@ function LanguageSwitcher() {
|
||||
{ value: "ru-RU", label: "Русский (Russian)" },
|
||||
{ value: "zh-CN", label: "中文 (简体)" },
|
||||
]}
|
||||
value={language || 'en-US'}
|
||||
value={language || "en-US"}
|
||||
onChange={handleChange}
|
||||
allowDeselect={false}
|
||||
checkIconPosition="right"
|
||||
|
Loading…
x
Reference in New Issue
Block a user