-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
I found some keys for translation look not correct as below.
- Reference in Core module.
"Add Products to Option ""%s""","Add Products to Option ""%s"""
"Maximum length of this field must be equal or less than %s symbols.","Maximum length of this field must be equal or less than %s symbols."
"Please enter a valid day (1-%d).","Please enter a valid day (1-%d)."
"Please enter a valid year (1900-%d).","Please enter a valid year (1900-%d)."
Shouldn't %d, %s replaced with %1?
- Reference in Customer module.
"If you believe this is an error, please contact us at %s","If you believe this is an error, please contact us at %s"
Shouldn't %d, %s replaced with %1?
- Reference in EAV module.
"Invalid attribute identifier for filter (' . get_class($attribute) . ","Invalid attribute identifier for filter (' . get_class($attribute) . "
I think the text shouldn't join with "."
- Reference in Paygate module.
"Credit Card %s","Credit Card %s"
Shouldn't %d, %s replaced with %1?
Metadata
Metadata
Assignees
Labels
No labels