You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure all essential JSON form traversal utils are accessible (can be borrowed from com.vijay.jsonwizard.utils.FormUtils and org.smartregister.util.JsonFormUtils).
Define globally translatable widget fields e.g. text, label, v_required.err etc.
Provide an interface through which factories can define additional fields to be translated.
Get all widgets in a JSON form stepwise and for each widget, replace all the translatable fields with an interpolation based on form name, step, widget key and translatable field name.
Generate and save default translations property file
Append property file name to interpolated JSON form
Save interpolated form
Write tests to ensure an interpolated form can be transformed back into the original form
Consider checkbox and radio button widgets
Add documentation for the tool and for form mls configuration
Support custom widget field translations
The text was updated successfully, but these errors were encountered:
com.vijay.jsonwizard.utils.FormUtils
andorg.smartregister.util.JsonFormUtils
).text
,label
,v_required.err
etc.The text was updated successfully, but these errors were encountered: