Skip to content

Commit 03e87f2

Browse files
llupafabpot
authored andcommitted
[Intl] Update ICU data from 74.1 to 75.1
1 parent 75482b3 commit 03e87f2

Some content is hidden

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

146 files changed

+937
-918
lines changed

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 '74.1';
120+
return '75.1';
121121
}
122122

123123
/**

Resources/bin/compile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22

3-
[[ $1 == force ]] && docker pull jakzal/php-intl:8.2-73.2
43
[[ ! -d /tmp/symfony/icu ]] && mkdir -p /tmp/symfony/icu
54

65
docker run \
@@ -9,5 +8,5 @@ docker run \
98
-v /tmp/symfony/icu:/tmp \
109
-v $(pwd):/symfony \
1110
-w /symfony \
12-
jakzal/php-intl:8.2-73.2 \
11+
jakzal/php-intl:8.3-74.1 \
1312
php src/Symfony/Component/Intl/Resources/bin/update-data.php

Resources/data/currencies/en.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,10 @@
10861086
'EC$',
10871087
'East Caribbean Dollar',
10881088
],
1089+
'XCG' => [
1090+
'Cg.',
1091+
'Caribbean guilder',
1092+
],
10891093
'XEU' => [
10901094
'XEU',
10911095
'European Currency Unit',

Resources/data/currencies/es.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,10 @@
10061006
'XCD',
10071007
'dólar del Caribe Oriental',
10081008
],
1009+
'XCG' => [
1010+
'Cg.',
1011+
'florín caribeño',
1012+
],
10091013
'XEU' => [
10101014
'XEU',
10111015
'unidad de moneda europea',

Resources/data/currencies/fr.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,10 @@
10061006
'XCD',
10071007
'dollar des Caraïbes orientales',
10081008
],
1009+
'XCG' => [
1010+
'Cg.',
1011+
'florin caribéen',
1012+
],
10091013
'XEU' => [
10101014
'XEU',
10111015
'unité de compte européenne (ECU)',

Resources/data/currencies/ks.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,11 @@
388388
],
389389
'ILS' => [
390390
'',
391-
'اِزرٲیِلی نٔوۍ شؠقٕل',
391+
'اِزرٲیِلی نٔوؠ شؠقٕل',
392392
],
393393
'INR' => [
394394
'',
395-
'ہِندُستٲنۍ رۄپَے',
395+
'ہِندُستٲنؠ رۄپَے',
396396
],
397397
'IQD' => [
398398
'IQD',
@@ -664,7 +664,7 @@
664664
],
665665
'PKR' => [
666666
'PKR',
667-
'پاکِستٲنۍ رۄپَے',
667+
'پاکِستٲنؠ رۄپَے',
668668
],
669669
'PLN' => [
670670
'PLN',

Resources/data/currencies/meta.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@
273273
'WST',
274274
'XAF',
275275
'XCD',
276+
'XCG',
276277
'XEU',
277278
'XFO',
278279
'XFU',

Resources/data/currencies/nl.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,10 @@
10861086
'EC$',
10871087
'Oost-Caribische dollar',
10881088
],
1089+
'XCG' => [
1090+
'Cg.',
1091+
'Caribische gulden',
1092+
],
10891093
'XEU' => [
10901094
'XEU',
10911095
'European Currency Unit',

Resources/data/currencies/root.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
'EC$',
7979
'XCD',
8080
],
81+
'XCG' => [
82+
'Cg.',
83+
'XCG',
84+
],
8185
'XOF' => [
8286
'F CFA',
8387
'XOF',

Resources/data/git-info.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Git information
22
===============
33

44
URL: https://github.com/unicode-org/icu.git
5-
Revision: 9edac7b78327a1cb58db29e2714b15f9fa14e4d7
6-
Author: Markus Scherer
7-
Date: 2023-10-27T15:04:44-07:00
5+
Revision: 7750081bda4b3bc1768ae03849ec70f67ea10625
6+
Author: DraganBesevic
7+
Date: 2024-04-15T15:52:50-07:00

0 commit comments

Comments
 (0)