Merge branch 'main' of https://github.com/Worklenz/worklenz into release/v2.0.4

This commit is contained in:
chamiakJ
2025-06-24 21:49:12 +05:30
139 changed files with 3353 additions and 20 deletions

View File

@@ -47,6 +47,14 @@ const LanguageAndRegionSettings = () => {
value: Language.PT,
label: 'Português',
},
{
value: Language.ALB,
label: 'Shqip',
},
{
value: Language.DE,
label: 'Deutsch',
},
];
const handleLanguageChange = async (values: { language?: ILanguageType; timezone?: string }) => {