feat: Add Swedish language support
Adds Swedish language support to the application, including translations and a new language option in the settings.
This commit is contained in:
@@ -51,5 +51,9 @@ export const supportLanguage = [
|
||||
{
|
||||
label: "Norsk",
|
||||
value: "no"
|
||||
},
|
||||
{
|
||||
value: "sv",
|
||||
label: "Svenska"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user