8000 minor #31162 [Intl] Update the ICU data to 64.2 (jakzal) · symfony/symfony@287da8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 287da8d

Browse files
committed
minor #31162 [Intl] Update the ICU data to 64.2 (jakzal)
This PR was merged into the 3.4 branch. Discussion ---------- [Intl] Update the ICU data to 64.2 | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? |no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes, including intl-data group | Fixed tickets | - | License | MIT | Doc PR | - It didn't take long for the ICU team to release a new version. From their [changelog](http://site.icu-project.org/download/64#TOC-ICU4C-Download), 64.2 provides bug fixes and: * Draft Unicode 12.1 data integration * Updated locale data imported from CLDR 35.1 * Support for the new Japanese era "Reiwa" (令和). Commits ------- 9aa2349 [Intl] Update the ICU data to 64.2
2 parents 4cef1da + 9aa2349 commit 287da8d

File tree

287 files changed

+376
-368
lines changed

Some content is hidden

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

287 files changed

+376
-368
lines changed

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 '64.1';
238+
return '64.2';
239239
}
240240

241241
/**

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.48.18",
2+
"Version": "2.1.49.82",
33
"Names": {
44
"AED": [
55
"AED",

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

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

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.48.17",
2+
"Version": "2.1.49.82",
33
"Names": {
44
"ADP": [
55
"ADP",

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.48.17",
2+
"Version": "2.1.49.82",
33
"Names": {
44
"AED": [
55
"AED",

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

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

src/Symfony/Component/Intl/Resources/data/currencies/bs_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.48.17",
2+
"Version": "2.1.49.82",
33
"Names": {
44
"ADP": [
55
"ADP",

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

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

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

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

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

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

0 commit comments

Comments
 (0)
0