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

[Intl][4.3] Fix root fallback locale #31416

Closed
wants to merge 0 commits into from
Closed

[Intl][4.3] Fix root fallback locale #31416

wants to merge 0 commits into from

Conversation

ro0NL
Copy link
Contributor

@ro0NL ro0NL commented May 8, 2019

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

Continuation of #31411

} catch (MissingResourceException $e) {
$country = $this->regionDataProvider->getName($zoneToCountry[$id], 'en');
return null;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using the "english" country name as a fallback hardcoded is wrong, it should be determined during runtime fallback resolution. This is causing the removed timezone IDs below, but it's OK.

@fabpot
Copy link
Member

fabpot commented May 8, 2019

Can you rebase on current master?

@ro0NL ro0NL closed this May 8, 2019
@ro0NL ro0NL deleted the intl-locale-43 branch May 8, 2019 07:19
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

3 participants