mirror of
https://github.com/docmost/docmost.git
synced 2025-11-23 00:31:08 +10:00
feat: add new languages to selection (#626)
* Add new languages to selection * more translations
This commit is contained in:
@ -42,6 +42,9 @@ function LanguageSwitcher() {
|
||||
label={t("Select language")}
|
||||
data={[
|
||||
{ value: "en-US", label: "English (United States)" },
|
||||
{ value: "de-DE", label: "Deutsch (Germany)" },
|
||||
{ value: "fr-FR", label: "Français (France)" },
|
||||
{ value: "pt-BR", label: "Português (Brazilian)" },
|
||||
{ value: "zh-CN", label: "中文 (简体)" },
|
||||
]}
|
||||
value={language}
|
||||
Reference in New Issue
Block a user