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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user