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

Appearance settings

Commit 29b4814

Browse filesBrowse files
committed
minor #30816 Re-generate icu 64.1 data (jakzal)
This PR was merged into the 4.2 branch. Discussion ---------- Re-generate icu 64.1 data | Q | A | ------------- | --- | Branch? | 4.2 | Bug fix? | yes | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? |no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #30781 (comment) | License | MIT | Doc PR | - Commits ------- 6fb2c86 Re-generate icu 64.1 data
2 parents bdfeb57 + 6fb2c86 commit 29b4814
Copy full SHA for 29b4814

File tree

2 files changed

+1
-2
lines changed
Filter options

2 files changed

+1
-2
lines changed

‎src/Symfony/Component/Form/Tests/Extension/Core/Type/LanguageTypeTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/LanguageTypeTest.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public function testChoiceTranslationLocaleOption()
5151

5252
// Don't check objects for identity
5353
$this->assertContains(new ChoiceView('en', 'en', 'англійська'), $choices, '', false, false);
54-
$this->assertContains(new ChoiceView('en_GB', 'en_GB', 'British English'), $choices, '', false, false);
5554
$this->assertContains(new ChoiceView('en_US', 'en_US', 'англійська (США)'), $choices, '', false, false);
5655
$this->assertContains(new ChoiceView('fr', 'fr', 'французька'), $choices, '', false, false);
5756
$this->assertContains(new ChoiceView('my', 'my', 'бірманська'), $choices, '', false, false);

‎src/Symfony/Component/Translation/Resources/data/parents.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Resources/data/parents.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"en_AT": "en_150",
88
"en_AU": "en_001",
99
"en_BB": "en_001",
10-
"en_BE": "en_001",
10+
"en_BE": "en_150",
1111
"en_BM": "en_001",
1212
"en_BS": "en_001",
1313
"en_BW": "en_001",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.