Skip to content

[Validator] Validation failed: no DTD found ! #50618

Closed
@Neirda24

Description

@Neirda24

Symfony version(s) affected

5.4.x

Description

It seems there are typos in .xlf files in the validator component. See for example https://github.com/symfony/symfony/blob/5.4/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf#L411

- <target>The password strength is too low. Please use a stronger password.</source>
+ <target>The password strength is too low. Please use a stronger password.</target>

It seems to be present on several xlf files which prevent the clear cache from working.

How to reproduce

Install the 5.x-dev version of validator component and try to do cache:clear

Possible Solution

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions