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] Exclude root language#32402

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:4.4fromro0NL:root-lang
Jul 8, 2019
Merged

[Intl] Exclude root language#32402

fabpot merged 1 commit intosymfony:4.4fromro0NL:root-lang
Jul 8, 2019

Conversation

ro0NL
Copy link
Contributor

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

Spotted in#32388

@@ -84,7 +84,7 @@ class LanguageDataGenerator extends AbstractDataGenerator
'zh' => 'zho',
];
private static $blacklist = [
'root' => true,
'root' => true, // Absolute root language
Copy link
Member

Choose a reason for hiding this comment

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

I'm sorry but this comment doesn't help much. What about something like:Special non-existent language used for ...

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

I dont know what it's used for :)root is not part of the ISO 639-3 codes.

AFAIK it's only used for grouping; ifen is a root language, thenroot is the absolute language root.

@fabpot
Copy link
Member

Thank you@ro0NL.

@fabpotfabpot merged commit089cc06 intosymfony:4.4Jul 8, 2019
fabpot added a commit that referenced this pull requestJul 8, 2019
This PR was squashed before being merged into the 4.4 branch (closes#32402).Discussion---------- [Intl] Exclude root language| Q             | A| ------------- | ---| Branch?       | 4.4| Bug fix?      | no| New feature?  | yes| BC breaks?    | no     <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->| Fixed tickets | #...   <!-- #-prefixed issue number(s), if any -->| License       | MIT| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->Spotted in#32388Commits-------089cc06  [Intl] Exclude root language
@ro0NLro0NL deleted the root-lang branchJuly 8, 2019 07:00
This was referencedNov 12, 2019
@xabbuhxabbuh added this to the4.4 milestoneNov 23, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@javiereguiluzjaviereguiluzjaviereguiluz left review comments

@fabpotfabpotfabpot approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
4.4
Development

Successfully merging this pull request may close these issues.

5 participants
@ro0NL@fabpot@javiereguiluz@xabbuh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp