Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
ro0NL wants to merge0 commits intosymfony:masterfromro0NL:intl-locale-43
Closed

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

ro0NL wants to merge0 commits intosymfony:masterfromro0NL:intl-locale-43

Conversation

@ro0NL
Copy link
Contributor

QA
Branch?master
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#...
LicenseMIT
Doc PRsymfony/symfony-docs#...

Continuation of#31411

$country =$reader->readEntry($tempDir.'/region',$locale, ['Countries',$zoneToCountry[$id]]);
}catch (MissingResourceException$e) {
$country =$this->regionDataProvider->getName($zoneToCountry[$id],'en');
returnnull;
Copy link
ContributorAuthor

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

Can you rebase on current master?

@ro0NLro0NL closed thisMay 8, 2019
@ro0NLro0NL deleted the intl-locale-43 branchMay 8, 2019 07:19
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@ro0NL@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp