Added support for Danish Language

This commit is contained in:
Abubakar115e
2024-10-06 08:21:29 +02:00
parent 2a2309d44c
commit 4363ac1b9c
8 changed files with 556 additions and 0 deletions

View File

@@ -43,5 +43,13 @@ export const supportLanguage = [
{
label: "Deutsch",
value: "de"
},
{
label: "Dansk",
value: "da"
},
{
label: "Norsk",
value: "no"
}
]