- Introduced new translation files for medication, personal, and weight management in Chinese. - Updated the main index file to include the new translation modules. - Enhanced the medication type definitions to include 'ointment'. - Refactored workout type labels to utilize i18n for better localization support. - Improved sleep quality descriptions and recommendations with i18n integration.
5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
export const dateSelector = {
|
|
backToToday: 'Back to Today',
|
|
cancel: 'Cancel',
|
|
confirm: 'Confirm',
|
|
}; |