Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Intl] Update the ICU data to 72.1 - 5.4 #47918

Merged
merged 1 commit into from
Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion src/Symfony/Component/Intl/Intl.php
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
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
@@ -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 => 'পূর্ব ক্যারিবিয়ান ডলার',
],
],
];