-
Type:
Bug
-
Resolution: Done
-
Priority:
Medium
-
Affects Version/s: None
-
None
-
FLW Mobile App
-
UAT
In dynamic forms, error messages are not properly localized in Hindi. While in English the error message displays correctly (e.g., "Temperature is required"), in Hindi it shows unresolved placeholders such as "{tapmaan} is required" instead of the proper translated field name.
Steps to Reproduce:
- Open the application
- Switch language to Hindi
- Navigate to any dynamic form
- Leave required fields (e.g., Temperature) empty
- Trigger validation (e.g., click Submit)
- Observe the error message
Expected Result:
Error messages should display correctly in Hindi with proper field names, e.g.,
"तापमान आवश्यक है" (or equivalent correct translation)
Actual Result:
Error message displays placeholder text, e.g.,
"{tapmaan} is required"