feat(localization): enhance task drawer translations and UI consistency

- Updated translations for task drawer components in Albanian, German, Spanish, Portuguese, Chinese, and English to improve clarity and consistency.
- Added new keys for task progress, activity log, and time log forms to support enhanced user interactions.
- Improved placeholder texts, error messages, and button labels for better user experience across multiple languages.
- Refactored activity log component to utilize translation keys for dynamic content rendering.
This commit is contained in:
chamikaJ
2025-07-08 15:51:47 +05:30
parent f06851fa37
commit 8fb33e311d
10 changed files with 394 additions and 171 deletions

View File

@@ -4,11 +4,9 @@ import {
Card,
Flex,
Form,
GetProp,
Input,
Tooltip,
Typography,
UploadProps,
Spin,
Skeleton,
} from 'antd';
@@ -20,7 +18,6 @@ import { useDocumentTitle } from '@/hooks/useDoumentTItle';
import { useMixpanelTracking } from '@/hooks/useMixpanelTracking';
import {
evt_settings_profile_visit,
evt_settings_profile_avatar_upload,
evt_settings_profile_name_change,
evt_settings_profile_picture_update,
} from '@/shared/worklenz-analytics-events';