Skip to content

Commit

Permalink
[Intl] Update the ICU data to 72.1 - 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Oct 19, 2022
1 parent 88cdbce commit 4e997b9
Show file tree
Hide file tree
Showing 512 changed files with 18,060 additions and 5,413 deletions.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Intl/Intl.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static function getIcuDataVersion(): string
*/
public static function getIcuStubVersion(): string
{
return '71.1';
return '72.1';
}

/**
Expand Down
16 changes: 8 additions & 8 deletions src/Symfony/Component/Intl/Resources/data/currencies/bn.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
],
'AWG' => [
0 => 'AWG',
1 => 'আরুবা গিল্ডার',
1 => 'আরুবা ফ্লোরিন',
],
'AZM' => [
0 => 'AZM',
Expand Down Expand Up @@ -132,7 +132,7 @@
],
'BOB' => [
0 => 'BOB',
1 => 'বলিভিয়ানো',
1 => 'বলিভিয়ান বলিভিয়ানো',
],
'BOP' => [
0 => 'BOP',
Expand Down Expand Up @@ -412,7 +412,7 @@
],
'GYD' => [
0 => 'GYD',
1 => 'গাইয়েনা ডলার',
1 => 'গায়ানিজ ডলার',
],
'HKD' => [
0 => 'HK$',
Expand Down Expand Up @@ -452,7 +452,7 @@
],
'ILS' => [
0 => '₪',
1 => 'ইস্রাইলি নতুন শেকেল',
1 => 'ইসরায়েলি নতুন শেকেল',
],
'INR' => [
0 => '₹',
Expand Down Expand Up @@ -500,7 +500,7 @@
],
'KMF' => [
0 => 'KMF',
1 => 'কম্বোরো ফ্রাঙ্ক',
1 => 'কমোরিয়ান ফ্রাঙ্ক',
],
'KPW' => [
0 => 'KPW',
Expand Down Expand Up @@ -640,7 +640,7 @@
],
'MWK' => [
0 => 'MWK',
1 => 'মালাউইয়ান কওয়াচ',
1 => 'মালাউইয়ান কোয়াচা',
],
'MXN' => [
0 => 'MX$',
Expand Down Expand Up @@ -708,7 +708,7 @@
],
'PAB' => [
0 => 'PAB',
1 => 'পানামা বেলবোয়া',
1 => 'পানামানিয়ান বালবোয়া',
],
'PEI' => [
0 => 'PEI',
Expand Down Expand Up @@ -836,7 +836,7 @@
],
'SRD' => [
0 => 'SRD',
1 => 'সুরিনাম ডলার',
1 => 'সুরিনামিজ ডলার',
],
'SRG' => [
0 => 'SRG',
Expand Down
42 changes: 42 additions & 0 deletions src/Symfony/Component/Intl/Resources/data/currencies/bn_IN.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?php

return [
'Names' => [
'ANG' => [
0 => 'ANG',
1 => 'নেদারল্যান্ডস অ্যান্টিলিয়ান গিল্ডার',
],
'AWG' => [
0 => 'AWG',
1 => 'আরুবান গিল্ডার',
],
'BMD' => [
0 => 'BMD',
1 => 'বারমুডান ডলার',
],
'GTQ' => [
0 => 'GTQ',
1 => 'গুয়াতেমালান কেৎসাল',
],
'HNL' => [
0 => 'HNL',
1 => 'হন্ডুরান লেম্পিরা',
],
'HTG' => [
0 => 'HTG',
1 => 'হাইতিয়ান গুর্দ',
],
'MXN' => [
0 => 'MX$',
1 => 'মেক্সিকান পেসো',
],
'USD' => [
0 => '$',
1 => 'মার্কিন ডলার',
],
'XCD' => [
0 => 'EC$',
1 => 'পূর্ব ক্যারিবিয়ান ডলার',
],
],
];

0 comments on commit 4e997b9

Please sign in to comment.