Skip to content

Commit 7c18377

Browse files
committed
minor symfony#30781 [Intl] Update the ICU data to 64.1 (jakzal)
This PR was squashed before being merged into the 3.4 branch (closes symfony#30781). Discussion ---------- [Intl] Update the ICU data to 64.1 | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | 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, including the intl-data group | Fixed tickets | - | License | MIT | Doc PR | - http://site.icu-project.org/download/64 Commits ------- ae2cb6f [Intl] Update the ICU data to 64.1
2 parents 6f08630 + ae2cb6f commit 7c18377

File tree

1,022 files changed

+9017
-2905
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,022 files changed

+9017
-2905
lines changed

src/Symfony/Component/Form/Tests/Extension/Core/Type/LocaleTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function testLocalesAreSelectable()
3333

3434
$this->assertContains(new ChoiceView('en', 'en', 'English'), $choices, '', false, false);
3535
$this->assertContains(new ChoiceView('en_GB', 'en_GB', 'English (United Kingdom)'), $choices, '', false, false);
36-
$this->assertContains(new ChoiceView('zh_Hant_MO', 'zh_Hant_MO', 'Chinese (Traditional, Macau SAR China)'), $choices, '', false, false);
36+
$this->assertContains(new ChoiceView('zh_Hant_HK', 'zh_Hant_HK', 'Chinese (Traditional, Hong Kong SAR China)'), $choices, '', false, false);
3737
}
3838

3939
public function testSubmitNull($expected = null, $norm = null, $view = null)

src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class LanguageDataGenerator extends AbstractDataGenerator
3939
'cs' => 'ces',
4040
'cy' => 'cym',
4141
'de' => 'deu',
42+
'dz' => 'dzo',
4243
'el' => 'ell',
4344
'et' => 'est',
4445
'eu' => 'eus',

src/Symfony/Component/Intl/Intl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public static function getIcuDataVersion()
235235
*/
236236
public static function getIcuStubVersion()
237237
{
238-
return '63.1';
238+
return '64.1';
239239
}
240240

241241
/**

src/Symfony/Component/Intl/Locale.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ public static function getFallback($locale)
8585

8686
array_pop($localeSubTags);
8787

88-
return locale_compose($localeSubTags);
88+
$fallback = locale_compose($localeSubTags);
89+
90+
return false !== $fallback ? $fallback : null;
8991
}
9092

9193
if (false !== $pos = strrpos($locale, '_')) {

src/Symfony/Component/Intl/Resources/data/currencies/af.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.43.65",
2+
"Version": "2.1.48.17",
33
"Names": {
44
"AED": [
55
"AED",

src/Symfony/Component/Intl/Resources/data/currencies/af_NA.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.38.69",
2+
"Version": "2.1.48.22",
33
"Names": {
44
"NAD": [
55
"$",

src/Symfony/Component/Intl/Resources/data/currencies/ak.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.39.11",
2+
"Version": "2.1.47.82",
33
"Names": {
44
"AED": [
55
"AED",

src/Symfony/Component/Intl/Resources/data/currencies/am.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.43.65",
2+
"Version": "2.1.48.18",
33
"Names": {
44
"AED": [
55
"AED",

src/Symfony/Component/Intl/Resources/data/currencies/ar.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.43.50",
2+
"Version": "2.1.48.22",
33
"Names": {
44
"ADP": [
55
"ADP",
@@ -105,6 +105,10 @@
105105
"BEL",
106106
"فرنك بلجيكي مالي"
107107
],
108+
"BGL": [
109+
"BGL",
110+
"BGL"
111+
],
108112
"BGN": [
109113
"BGN",
110114
"ليف بلغاري"

src/Symfony/Component/Intl/Resources/data/currencies/ar_DJ.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.38.80",
2+
"Version": "2.1.47.69",
33
"Names": {
44
"DJF": [
55
"Fdj",

src/Symfony/Component/Intl/Resources/data/currencies/ar_ER.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.38.80",
2+
"Version": "2.1.47.69",
33
"Names": {
44
"ERN": [
55
"Nfk",

src/Symfony/Component/Intl/Resources/data/currencies/ar_KM.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.38.80",
2+
"Version": "2.1.47.69",
33
"Names": {
44
"KMF": [
55
"CF",

src/Symfony/Component/Intl/Resources/data/currencies/ar_LB.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.38.80",
2+
"Version": "2.1.47.69",
33
"Names": {
44
"SDG": [
55
"SDG",

src/Symfony/Component/Intl/Resources/data/currencies/ar_SO.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.38.80",
2+
"Version": "2.1.47.69",
33
"Names": {
44
"SOS": [
55
"S",

src/Symfony/Component/Intl/Resources/data/currencies/ar_SS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.38.80",
2+
"Version": "2.1.47.69",
33
"Names": {
44
"GBP": [
55
"GB£",

src/Symfony/Component/Intl/Resources/data/currencies/as.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.43.94",
2+
"Version": "2.1.48.17",
33
"Names": {
44
"AED": [
55
"AED",

src/Symfony/Component/Intl/Resources/data/currencies/az.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.44.53",
2+
"Version": "2.1.48.17",
33
"Names": {
44
"ADP": [
55
"ADP",

src/Symfony/Component/Intl/Resources/data/currencies/az_Cyrl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.44.53",
2+
"Version": "2.1.47.82",
33
"Names": {
44
"AZN": [
55
"",

src/Symfony/Component/Intl/Resources/data/currencies/be.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.43.65",
2+
"Version": "2.1.48.17",
33
"Names": {
44
"AED": [
55
"AED",

src/Symfony/Component/Intl/Resources/data/currencies/bg.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.43.94",
2+
"Version": "2.1.48.42",
33
"Names": {
44
"ADP": [
55
"ADP",
@@ -917,14 +917,6 @@
917917
"щ.д.",
918918
"Щатски долар"
919919
],
920-
"USN": [
921-
"USN",
922-
"USN"
923-
],
924-
"USS": [
925-
"USS",
926-
"USS"
927-
],
928920
"UYI": [
929921
"UYI",
930922
"Уругвайско песо (индекс на инфлацията)"

src/Symfony/Component/Intl/Resources/data/currencies/bm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.39.11",
2+
"Version": "2.1.47.82",
33
"Names": {
44
"AED": [
55
"AED",

src/Symfony/Component/Intl/Resources/data/currencies/bn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.44.91",
2+
"Version": "2.1.48.36",
33
"Names": {
44
"ADP": [
55
"ADP",

src/Symfony/Component/Intl/Resources/data/currencies/bo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.38.69",
2+
"Version": "2.1.47.82",
33
"Names": {
44
"CNY": [
55
"¥",

src/Symfony/Component/Intl/Resources/data/currencies/bo_IN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.38.69",
2+
"Version": "2.1.47.82",
33
"Names": {
44
"CNY": [
55
"CN¥",

0 commit comments

Comments
 (0)