Merge branch 'development' of https://github.com/Worklenz/worklenz into release/v2.0.4-bug-fix

This commit is contained in:
chamikaJ
2025-07-08 13:12:22 +05:30
74 changed files with 1669 additions and 79 deletions

View File

@@ -55,6 +55,10 @@ const LanguageAndRegionSettings = () => {
value: Language.DE,
label: 'Deutsch',
},
{
value: Language.ZH_CN,
label: '简体中文',
},
];
const handleLanguageChange = async (values: { language?: ILanguageType; timezone?: string }) => {