formBuilder
formBuilder copied to clipboard
Missing translation for snippet for "Other"
trafficstars
Description:
We translated the snippet "Other":
i18n:
{
override: {
'en-US': {
other: "Sonstige"
}
}
}
But in the formBuilder and formRender it still outputs 'Other' instead of 'Sonstige'.
Environment Details:
- formBuilder Version: current, v3.7.3
- Browser: all
- OS: all
Expected Behavior
Printing 'Sonstige' instead of 'Other'
Actual Behavior
Printing 'Other' instead of translation
I think this should be moved to https://github.com/kevinchappell/formBuilder-languages
Please try PR #1385, FormRender will correctly use the value from override or the language file