Skip to content

Some translation keys are not correct. #419

@guoguolong

Description

@guoguolong

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions