8000 minor #58183 [Intl] Update ICU data from 74.1 to 75.1 (llupa) · symfony/symfony@aef8ed5 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit aef8ed5

Browse files
committed
minor #58183 [Intl] Update ICU data from 74.1 to 75.1 (llupa)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Intl] Update ICU data from 74.1 to 75.1 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? |no | Issues | Not reported | License | MIT While doing some work for [#54711](#54711) I had to track too many file changes because of latest ICU data update. I am opening this PR to simply update the data-dumps. The changes were generated by simply running ```bash $ php src/Symfony/Component/Intl/Resources/bin/update-data.php ``` Commits ------- ff2b7f9 [Intl] Update ICU data from 74.1 to 75.1
2 parents 463fdfd + ff2b7f9 commit aef8ed5

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

src/Symfony/Component/Intl/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
/**
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

src/Symfony/Component/Intl/Resources/data/currencies/en.php

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/es.php

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/fr.php

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/ks.php

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/meta.php

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/nl.php

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/root.php

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/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

src/Symfony/Component/Intl/Resources/data/languages/en.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/languages/fr.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/languages/fr_BE.php

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/languages/ks.php

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/locales/ff_Adlm.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/locales/hi_Latn.php

Lines changed: 23 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0