Skip to content

Commit 423e5f2

Browse files
committed
fix(locale): reverted BD to BN
1 parent a04f448 commit 423e5f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/locales/base/location/country_code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default [
2727
{ alpha2: 'BJ', alpha3: 'BEN', numeric: '204' },
2828
{ alpha2: 'BL', alpha3: 'BLM', numeric: '652' },
2929
{ alpha2: 'BM', alpha3: 'BMU', numeric: '060' },
30-
{ alpha2: 'BD', alpha3: 'BRN', numeric: '096' },
30+
{ alpha2: 'BN', alpha3: 'BRN', numeric: '096' },
3131
{ alpha2: 'BO', alpha3: 'BOL', numeric: '068' },
3232
{ alpha2: 'BQ', alpha3: 'BES', numeric: '535' },
3333
{ alpha2: 'BR', alpha3: 'BRA', numeric: '076' },

src/locales/it/location/state_abbr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default [
1010
'BA',
1111
'BT',
1212
'BL',
13-
'BD',
13+
'BN',
1414
'BG',
1515
'BI',
1616
'BO',

src/locales/ro/location/state_abbr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default [
44
'AG',
55
'BC',
66
'BH',
7-
'BD',
7+
'BN',
88
'BT',
99
'BR',
1010
'BV',

src/modules/finance/iban.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ const iban: Iban = {
11721172
'BJ',
11731173
'BL',
11741174
'BM',
1175-
'BD',
1175+
'BN',
11761176
'BO',
11771177
'BQ',
11781178
'BR',

0 commit comments

Comments
 (0)