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] Excludes locale from language codes (split localized language names) #33148

Merged
merged 1 commit into from Sep 27, 2019
Merged

[Intl] Excludes locale from language codes (split localized language names) #33148

merged 1 commit into from Sep 27, 2019

Conversation

ro0NL
Copy link
Contributor

@ro0NL ro0NL commented Aug 13, 2019

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

(includes #33140)

src/Symfony/Component/Intl/Languages.php Outdated Show resolved Hide resolved
@ro0NL
Copy link
Contributor Author

ro0NL commented Aug 14, 2019

if this is decided for 3.4, then 4.4 needs another PR to patch getAlpha3Name as well

edit: actually no, we should do 4.4 (we qualified excluding codes a new feature before as well (https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/Intl/CHANGELOG.md)

@fabpot
Copy link
Member

fabpot commented Sep 25, 2019

@ro0NL Anything left in this PR before merging (a rebase is needed anyway)?

@ro0NL
Copy link
Contributor Author

ro0NL commented Sep 27, 2019

@fabpot done (also see #33734)

@fabpot
Copy link
Member

fabpot commented Sep 27, 2019

@ro0NL Can you rebase to get rid of #3374 commit?

@ro0NL
Copy link
Contributor Author

ro0NL commented Sep 27, 2019

done.

@fabpot
Copy link
Member

fabpot commented Sep 27, 2019

Thank you @ro0NL.

fabpot added a commit that referenced this pull request Sep 27, 2019
…lized language names) (ro0NL)

This PR was merged into the 4.4 branch.

Discussion
----------

[Intl] Excludes locale from language codes (split localized language names)

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #33146
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

(includes #33140)

Commits
-------

1a9f517 [Intl] Excludes locale from language codes (split localized language names)
@fabpot fabpot merged commit 1a9f517 into symfony:4.4 Sep 27, 2019
@ro0NL ro0NL deleted the intl-lang-locale branch September 27, 2019 10:22
@nicolas-grekas
Copy link
Member

Looks like this broke some tests, could you have a look @ro0NL please?

nicolas-grekas added a commit that referenced this pull request Sep 27, 2019
This PR was merged into the 3.4 branch.

Discussion
----------

[Form][Validator][Intl] Fix tests

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #33148 (comment)
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->
<!--
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.

Additionally (see https://symfony.com/roadmap):
 - Always add tests and ensure they pass.
 - Never break backward compatibility (see https://symfony.com/bc).
 - Bug fixes must be submitted against the lowest maintained branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too.)
 - Features and deprecations must be submitted against branch 4.4.
 - Legacy code removals go to the master branch.
-->

Commits
-------

e648a91 [Form][Validator][Intl] Fix tests
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.4 Oct 27, 2019
This was referenced Nov 12, 2019
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

5 participants