Issue with Singular vs. Plural Translation When Max Upload is Set to One File
-
I’ve noticed an issue with the current translation strings when the maximum file upload limit is set to one. The text should reflect singular usage instead of plural. Here are the specific instances:
- Drag & Drop Message:
- Current String:
- File:
inc/dnd-upload-cf7.php:481
- msgid: “Drag & Drop Files Here”
- File:
- Suggested Update:
- The string should be “Drag & Drop File Here” when the upload limit is one file.
- Current String:
- File Upload Limit Message:
- Current String:
- File:
inc/dnd-upload-cf7.php:184
- msgid: “Note: Some of the files are not uploaded (Only %count% files allowed)”
- File:
- Suggested Update:
- The string should be “Note: Some of the files are not uploaded (Only %count% file allowed)” when the upload limit is one file.
- Current String:
The plugin should dynamically adjust these translation strings based on the maximum upload limit set by the user. When the limit is set to one, the text should be in the singular form to avoid confusion and improve user experience.
- Drag & Drop Message:
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.