Skip to content

Commit 962789b

Browse files
committed
[Intl] Update the ICU data to 73.1
1 parent cb1dbe3 commit 962789b

File tree

222 files changed

+1900
-1765
lines changed

Some content is hidden

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

222 files changed

+1900
-1765
lines changed

Data/Generator/RegionDataGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class RegionDataGenerator extends AbstractDataGenerator
4444
// Exceptional reservations
4545
'AC' => true, // Ascension Island
4646
'CP' => true, // Clipperton Island
47+
'CQ' => true, // Island of Sark
4748
'DG' => true, // Diego Garcia
4849
'EA' => true, // Ceuta & Melilla
4950
'EU' => true, // European Union

Intl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public static function getIcuDataVersion(): string
117117
*/
118118
public static function getIcuStubVersion(): string
119119
{
120-
return '72.1';
120+
return '73.1';
121121
}
122122

123123
/**

Resources/bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ docker run \
99
-v /tmp/symfony/icu:/tmp \
1010
-v $(pwd):/symfony \
1111
-w /symfony \
12-
jakzal/php-intl:latest \
12+
jakzal/php-intl:8.1-70.1 \
1313
php src/Symfony/Component/Intl/Resources/bin/update-data.php

Resources/data/currencies/en_AU.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,10 @@
426426
0 => 'SHP',
427427
1 => 'St Helena Pound',
428428
],
429+
'SLL' => [
430+
0 => 'SLL',
431+
1 => 'Sierra Leonean Leone (1964–2022)',
432+
],
429433
'SOS' => [
430434
0 => 'SOS',
431435
1 => 'Somali Shilling',

Resources/data/currencies/fi.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,9 +898,13 @@
898898
0 => 'SKK',
899899
1 => 'Slovakian koruna',
900900
],
901+
'SLE' => [
902+
0 => 'SLE',
903+
1 => 'Sierra Leonen leone',
904+
],
901905
'SLL' => [
902906
0 => 'SLL',
903-
1 => 'Sierra Leonen leone',
907+
1 => 'Sierra Leonen leone (1964—2022)',
904908
],
905909
'SOS' => [
906910
0 => 'SOS',

Resources/data/currencies/fr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528
],
529529
'LAK' => [
530530
0 => 'LAK',
531-
1 => 'kip loatien',
531+
1 => 'kip laotien',
532532
],
533533
'LBP' => [
534534
0 => '£LB',

Resources/data/currencies/fr_CA.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@
8686
0 => 'KRW',
8787
1 => 'won sud-coréen',
8888
],
89-
'LAK' => [
90-
0 => 'LAK',
91-
1 => 'kip laotien',
92-
],
9389
'LBP' => [
9490
0 => 'LBP',
9591
1 => 'livre libanaise',

Resources/data/currencies/ja.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@
980980
],
981981
'TRY' => [
982982
0 => 'TRY',
983-
1 => '新トルコリラ',
983+
1 => 'トルコリラ',
984984
],
985985
'TTD' => [
986986
0 => 'TTD',

Resources/data/currencies/nl.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,9 +898,13 @@
898898
0 => 'SKK',
899899
1 => 'Slowaakse koruna',
900900
],
901+
'SLE' => [
902+
0 => 'SLE',
903+
1 => 'Sierra Leoonse leone',
904+
],
901905
'SLL' => [
902906
0 => 'SLL',
903-
1 => 'Sierraleoonse leone',
907+
1 => 'Sierraleoonse leone (1964—2022)',
904908
],
905909
'SOS' => [
906910
0 => 'SOS',
@@ -1046,6 +1050,10 @@
10461050
0 => 'VEB',
10471051
1 => 'Venezolaanse bolivar (1871–2008)',
10481052
],
1053+
'VED' => [
1054+
0 => 'VED',
1055+
1 => 'Bolívar Soberano',
1056+
],
10491057
'VEF' => [
10501058
0 => 'VEF',
10511059
1 => 'Venezolaanse bolivar (2008–2018)',

Resources/data/currencies/zh_Hant.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,11 +976,11 @@
976976
],
977977
'TRL' => [
978978
0 => 'TRL',
979-
1 => '土耳其里拉',
979+
1 => '土耳其里拉 (1922–2005)',
980980
],
981981
'TRY' => [
982982
0 => 'TRY',
983-
1 => '新土耳其里拉',
983+
1 => '土耳其里拉',
984984
],
985985
'TTD' => [
986986
0 => 'TTD',

0 commit comments

Comments
 (0)