feat: Add German language support

This commit is contained in:
n4ze3m
2024-08-31 21:23:49 +05:30
parent 3f61c6afc2
commit 33702f0553
11 changed files with 598 additions and 1 deletions

View File

@@ -39,5 +39,9 @@ export const supportLanguage = [
{
label: "فارسی",
value: "fa"
},
{
label: "Deutsch",
value: "de"
}
]