Skip to content

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.

3 participants