Skip to content
New issue

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

[FrameworkBundle] Fix "Locale class not found" in AboutCommand #22611

Merged
merged 1 commit into from May 9, 2017

Conversation

rubenrua
Copy link
Contributor

@rubenrua rubenrua commented May 2, 2017

Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

Found testing http://fabien.potencier.org/symfony4-demo.html with docker php:7.1

@javiereguiluz
Copy link
Member

I can confirm this error when Intl extension is disabled:

locale-error

The proposed change fixes it:

locale-na

and the locale is still displayed when available:

locale-valid

@fabpot
Copy link
Member

fabpot commented May 9, 2017

Thank you @rubenrua.

@fabpot fabpot merged commit 0269f9d into symfony:master May 9, 2017
fabpot added a commit that referenced this pull request May 9, 2017
…mand (rubenrua)

This PR was merged into the 3.3-dev branch.

Discussion
----------

[FrameworkBundle] Fix "Locale class not found" in AboutCommand

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Found testing http://fabien.potencier.org/symfony4-demo.html with docker `php:7.1`

Commits
-------

0269f9d [FrameworkBundle] Fix "Locale class not found" in AboutCommand
@fabpot fabpot mentioned this pull request May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants