Skip to content

Commit 3377841

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Security][Serializer] Add missing args to trigger_deprecation Added Urdu Language Translation in Form Component, Security Core and in Validator Component Merge upgrade notes for Serializer component Throw LogicException instead of Error when trying to generate logout-URL without request [Intl] Update the ICU data to 72.1 - 5.4 [Notifier] Update README for FreeMobile
2 parents 0550a1f + 2cb39da commit 3377841

File tree

512 files changed

+18060
-5413
lines changed

Some content is hidden

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

512 files changed

+18060
-5413
lines changed

Intl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public static function getIcuDataVersion(): string
106106
*/
107107
public static function getIcuStubVersion(): string
108108
{
109-
return '71.1';
109+
return '72.1';
110110
}
111111

112112
/**

Resources/data/currencies/bn.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
],
6969
'AWG' => [
7070
0 => 'AWG',
71-
1 => 'আরুবা গিল্ডার',
71+
1 => 'আরুবা ফ্লোরিন',
7272
],
7373
'AZM' => [
7474
0 => 'AZM',
@@ -132,7 +132,7 @@
132132
],
133133
'BOB' => [
134134
0 => 'BOB',
135-
1 => 'বলিভিয়ানো',
135+
1 => 'বলিভিয়ান বলিভিয়ানো',
136136
],
137137
'BOP' => [
138138
0 => 'BOP',
@@ -412,7 +412,7 @@
412412
],
413413
'GYD' => [
414414
0 => 'GYD',
415-
1 => 'গাইয়েনা ডলার',
415+
1 => 'গায়ানিজ ডলার',
416416
],
417417
'HKD' => [
418418
0 => 'HK$',
@@ -452,7 +452,7 @@
452452
],
453453
'ILS' => [
454454
0 => '',
455-
1 => 'ইস্রাইলি নতুন শেকেল',
455+
1 => 'ইসরায়েলি নতুন শেকেল',
456456
],
457457
'INR' => [
458458
0 => '',
@@ -500,7 +500,7 @@
500500
],
501501
'KMF' => [
502502
0 => 'KMF',
503-
1 => 'কম্বোরো ফ্রাঙ্ক',
503+
1 => 'কমোরিয়ান ফ্রাঙ্ক',
504504
],
505505
'KPW' => [
506506
0 => 'KPW',
@@ -640,7 +640,7 @@
640640
],
641641
'MWK' => [
642642
0 => 'MWK',
643-
1 => 'মালাউইয়ান কওয়াচ',
643+
1 => 'মালাউইয়ান কোয়াচা',
644644
],
645645
'MXN' => [
646646
0 => 'MX$',
@@ -708,7 +708,7 @@
708708
],
709709
'PAB' => [
710710
0 => 'PAB',
711-
1 => 'পানামা বেলবোয়া',
711+
1 => 'পানামানিয়ান বালবোয়া',
712712
],
713713
'PEI' => [
714714
0 => 'PEI',
@@ -836,7 +836,7 @@
836836
],
837837
'SRD' => [
838838
0 => 'SRD',
839-
1 => 'সুরিনাম ডলার',
839+
1 => 'সুরিনামিজ ডলার',
840840
],
841841
'SRG' => [
842842
0 => 'SRG',

Resources/data/currencies/bn_IN.php

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?php
2+
3+
return [
4+
'Names' => [
5+
'ANG' => [
6+
0 => 'ANG',
7+
1 => 'নেদারল্যান্ডস অ্যান্টিলিয়ান গিল্ডার',
8+
],
9+
'AWG' => [
10+
0 => 'AWG',
11+
1 => 'আরুবান গিল্ডার',
12+
],
13+
'BMD' => [
14+
0 => 'BMD',
15+
1 => 'বারমুডান ডলার',
16+
],
17+
'GTQ' => [
18+
0 => 'GTQ',
19+
1 => 'গুয়াতেমালান কেৎসাল',
20+
],
21+
'HNL' => [
22+
0 => 'HNL',
23+
1 => 'হন্ডুরান লেম্পিরা',
24+
],
25+
'HTG' => [
26+
0 => 'HTG',
27+
1 => 'হাইতিয়ান গুর্দ',
28+
],
29+
'MXN' => [
30+
0 => 'MX$',
31+
1 => 'মেক্সিকান পেসো',
32+
],
33+
'USD' => [
34+
0 => '$',
35+
1 => 'মার্কিন ডলার',
36+
],
37+
'XCD' => [
38+
0 => 'EC$',
39+
1 => 'পূর্ব ক্যারিবিয়ান ডলার',
40+
],
41+
],
42+
];

0 commit comments

Comments
 (0)