verbb / formie

The most user-friendly forms plugin for Craft CMS.
Other
93 stars 69 forks source link

Missing field showing up in interface when language is set to German #1815

Closed MoritzLost closed 2 months ago

MoritzLost commented 2 months ago

Describe the bug

I'm seeing an issue when I set my account language to German. The form editor shows a new field group with a field Fehlendes Feld (German for Missing field) in the interface. This field is not visible when the language is set to English.

formie-sidebar-english formie-sidebar-german

As a sidenote, a couple of strings in the interface are not translated, even though the translations do exist in src/translations/de/formie.php. I guess those just aren't marked as translatable. Might be worth it to make sure all interface strings are translatable now that the core has German translations.

Steps to reproduce

  1. Set the account language to German.
  2. Open the form editor.

Form settings

Craft CMS version

4.8.8

Plugin version

2.1.10

Multi-site?

No

Additional context

No response

engram-design commented 2 months ago

Both items fixed for the next release. To get this early, run composer require verbb/formie:"dev-craft-4 as 2.1.10".

MoritzLost commented 2 months ago

@engram-design Quick like lightning ⚡Thanks!

engram-design commented 2 months ago

Fixed in 2.1.11