Merge branch 'main' of https://github.com/Worklenz/worklenz into development

This commit is contained in:
chamikaJ
2025-07-01 15:22:41 +05:30
140 changed files with 3354 additions and 21 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 }) => {