formBuilder icon indicating copy to clipboard operation
formBuilder copied to clipboard

Missing translation for snippet for "Other"

Open PSchmitz90 opened this issue 4 years ago • 1 comments
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

PSchmitz90 avatar Oct 05 '21 12:10 PSchmitz90

I think this should be moved to https://github.com/kevinchappell/formBuilder-languages

Jojoshua avatar Mar 16 '22 03:03 Jojoshua

Please try PR #1385, FormRender will correctly use the value from override or the language file

lucasnetau avatar Aug 05 '23 06:08 lucasnetau