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

[LocaleValidator] UseSymfony\Component\Intl\Locale instead of\Locale + read aliases from bundle only if it is required#26069

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

Merged
fabpot merged 1 commit intosymfony:masterfromphansys:locale_validator
Feb 7, 2018

Conversation

@phansys
Copy link
Contributor

QA
Branchmaster
Bug fix?no
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed ticketsn/a
LicenseMIT
Doc PRn/a

@phansysphansys changed the titleUseSymfony\Component\Intl\Locale instead of\Locale + read aliases from bundle only if it is required[LocaleValidator] UseSymfony\Component\Intl\Locale instead of\Locale + read aliases from bundle only if it is requiredFeb 7, 2018
@fabpot
Copy link
Member

Good catch, thanks@phansys.

@fabpotfabpot merged commit63497e1 intosymfony:masterFeb 7, 2018
fabpot added a commit that referenced this pull requestFeb 7, 2018
…stead of `\Locale` + read aliases from bundle only if it is required (phansys)This PR was merged into the 4.1-dev branch.Discussion----------[LocaleValidator] Use `Symfony\Component\Intl\Locale` instead of `\Locale` + read aliases from bundle only if it is required|Q            |A     ||---          |---   ||Branch       |master||Bug fix?     |no    ||New feature? |no    ||BC breaks?   |no    ||Deprecations?|no    ||Tests pass?  |yes   ||Fixed tickets|n/a   ||License      |MIT   ||Doc PR       |n/a   |Commits-------63497e1 Use `Symfony\Component\Intl\Locale` instead of `\Locale` + read aliases from bundle only if it is required
@phansysphansys deleted the locale_validator branchFebruary 7, 2018 13:19
$value = (string)$value;
if ($constraint->canonicalize) {
$value =\Locale::canonicalize($value);
$value =IntlLocale::canonicalize($value);

Choose a reason for hiding this comment

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

reverted in#26152

nicolas-grekas added a commit that referenced this pull requestFeb 12, 2018
…s-grekas)This PR was merged into the 4.1-dev branch.Discussion----------[Intl] Add polyfill for Locale::canonicalize()| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | yes| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | -Required after#26069Commits-------972a330 [Intl] Add polyfill for Locale::canonicalize()
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas left review comments

@fabpotfabpotfabpot approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@phansys@fabpot@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp