Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like there is something wrong in Intl data with Symfony 3.4 because it is not in sync with Symfony 4.4 & 5. Maybe a merge issue?
For example:
Symfony 3.4 has XA & XB countries (pseudo-accents & pseudo-bidi) which I think is a mistake: https://github.com/symfony/symfony/blob/3.4/src/Symfony/Component/Intl/Resources/data/regions/fr.json#L250-L251
XA
XB
pseudo-accents
pseudo-bidi
They are not included in Symfony 4.4: https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/Intl/Resources/data/regions/fr.json Or 5.X: https://github.com/symfony/symfony/blob/5.x/src/Symfony/Component/Intl/Resources/data/regions/fr.json
The text was updated successfully, but these errors were encountered:
#31365 was considered a new feature, which is why it was not applied in 3.4
Sorry, something went wrong.
No branches or pull requests
It looks like there is something wrong in Intl data with Symfony 3.4 because it is not in sync with Symfony 4.4 & 5.
Maybe a merge issue?
For example:
Symfony 3.4 has
XA
&XB
countries (pseudo-accents
&pseudo-bidi
) which I think is a mistake:https://github.com/symfony/symfony/blob/3.4/src/Symfony/Component/Intl/Resources/data/regions/fr.json#L250-L251
They are not included in Symfony 4.4: https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/Intl/Resources/data/regions/fr.json
Or 5.X: https://github.com/symfony/symfony/blob/5.x/src/Symfony/Component/Intl/Resources/data/regions/fr.json
The text was updated successfully, but these errors were encountered: