-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Describe the bug
There's an incorrect translation in the Dutch language file (translations/nl/formie.php) on line 269.
Current translation:
Auto' => 'Automatisch',
Expected translation:
'Auto' => 'Auto',
Context:
The word "Auto" in Dutch means "car" and should not be translated to "Automatisch" (which means "Automatic"). This causes issues when using "Auto" as a checkbox label or field value, as it gets automatically converted to "Automatisch".
Steps to reproduce
- Set Craft CMS language to Dutch (nl)
- Create a Formie form with a checkbox field
- Use "Auto" as the label or value
- The label will incorrectly display as "Automatisch"
Form settings
- Multi-page form: No
- Submission Method: Ajax
- Client-side Validation: Yes
- Custom Form Templates: No
Craft CMS version
5.18.19
Plugin version
3.1.5
Multi-site?
Yes
Additional context
No response
wijnenmik
Metadata
Metadata
Assignees
Labels
No labels