Skip to content

Commit

Permalink
Re-generate icu 64.1 data
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Apr 1, 2019
1 parent 9968443 commit 6fb2c86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -51,7 +51,6 @@ public function testChoiceTranslationLocaleOption()

// Don't check objects for identity
$this->assertContains(new ChoiceView('en', 'en', 'англійська'), $choices, '', false, false);
$this->assertContains(new ChoiceView('en_GB', 'en_GB', 'British English'), $choices, '', false, false);
$this->assertContains(new ChoiceView('en_US', 'en_US', 'англійська (США)'), $choices, '', false, false);
$this->assertContains(new ChoiceView('fr', 'fr', 'французька'), $choices, '', false, false);
$this->assertContains(new ChoiceView('my', 'my', 'бірманська'), $choices, '', false, false);
Expand Down
Expand Up @@ -7,7 +7,7 @@
"en_AT": "en_150",
"en_AU": "en_001",
"en_BB": "en_001",
"en_BE": "en_001",
"en_BE": "en_150",
"en_BM": "en_001",
"en_BS": "en_001",
"en_BW": "en_001",
Expand Down

0 comments on commit 6fb2c86

Please sign in to comment.