fix: Add missing activity type translations
Added translations for all activity types: - growth: Growth - medication: Medication - medicine: Medicine - temperature: Temperature - activity: Activity This fixes the 'activityTypes.medicine: 1' label display issue on the insights page where translation keys were showing instead of translated text. File Changed: - locales/en/insights.json Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -58,8 +58,12 @@
|
|||||||
"feeding": "Feeding",
|
"feeding": "Feeding",
|
||||||
"sleep": "Sleep",
|
"sleep": "Sleep",
|
||||||
"diaper": "Diaper",
|
"diaper": "Diaper",
|
||||||
|
"growth": "Growth",
|
||||||
"medication": "Medication",
|
"medication": "Medication",
|
||||||
|
"medicine": "Medicine",
|
||||||
|
"temperature": "Temperature",
|
||||||
"milestone": "Milestone",
|
"milestone": "Milestone",
|
||||||
|
"activity": "Activity",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"none": "None"
|
"none": "None"
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user