Skip to content

Commit da94cf3

Browse files
dasmbMatthew Mark Miller
andauthored
Brexit (+ Bolivar Sovrano) (#101)
Co-authored-by: Matthew Mark Miller <matt@flow.io>
1 parent 1ba5fe9 commit da94cf3

14 files changed

Lines changed: 342 additions & 391 deletions

data/cleansed/countries.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -832,13 +832,6 @@
832832
"iso_3166_3": "KIR",
833833
"currency": "AUD"
834834
},
835-
{
836-
"name": "Kosovo",
837-
"continent": "AS",
838-
"iso_3166_2": "XK",
839-
"iso_3166_3": "RKS",
840-
"currency": "EUR"
841-
},
842835
{
843836
"name": "Kuwait",
844837
"continent": "AS",
@@ -1698,7 +1691,7 @@
16981691
"continent": "SA",
16991692
"iso_3166_2": "VE",
17001693
"iso_3166_3": "VEN",
1701-
"currency": "VEF"
1694+
"currency": "VES"
17021695
},
17031696
{
17041697
"name": "Vietnam",

data/cleansed/country-continents.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -679,10 +679,6 @@
679679
"continent": "EU",
680680
"country": "VA"
681681
},
682-
{
683-
"continent": "EU",
684-
"country": "XK"
685-
},
686682
{
687683
"continent": "NA",
688684
"country": "AG"

data/cleansed/currencies.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,15 @@
690690
"number_decimals": 0
691691
},
692692
{
693-
"name": "Venezuelan Bolívar",
693+
"name": "Venezuelan Bolívar Fuerte",
694694
"iso_4217_3": "VEF",
695695
"number_decimals": 2
696696
},
697+
{
698+
"name": "Venezuelan Bolívar Soberano",
699+
"iso_4217_3": "VES",
700+
"number_decimals": 0
701+
},
697702
{
698703
"name": "Vietnamese New Dong",
699704
"iso_4217_3": "VND",

data/final/continents.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@
118118
"PRK",
119119
"PSE",
120120
"QAT",
121-
"RKS",
122121
"SAU",
123122
"SGP",
124123
"SYR",

data/final/countries.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,15 +1540,6 @@
15401540
"timezones": [],
15411541
"default_delivered_duty": "paid"
15421542
},
1543-
{
1544-
"name": "Kosovo",
1545-
"iso_3166_2": "XK",
1546-
"iso_3166_3": "RKS",
1547-
"measurement_system": "metric",
1548-
"default_currency": "EUR",
1549-
"languages": [],
1550-
"timezones": []
1551-
},
15521543
{
15531544
"name": "Kuwait",
15541545
"iso_3166_2": "KW",
@@ -3156,7 +3147,7 @@
31563147
"iso_3166_2": "VE",
31573148
"iso_3166_3": "VEN",
31583149
"measurement_system": "metric",
3159-
"default_currency": "VEF",
3150+
"default_currency": "VES",
31603151
"default_language": "es",
31613152
"languages": [
31623153
"es"

data/final/currencies.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,12 +1306,20 @@
13061306
"default_locale": "en-VU"
13071307
},
13081308
{
1309-
"name": "Venezuelan Bolívar",
1309+
"name": "Venezuelan Bolívar Fuerte",
13101310
"iso_4217_3": "VEF",
13111311
"number_decimals": 2,
13121312
"symbols": {
13131313
"primary": "VEF",
13141314
"narrow": "Bs"
1315+
}
1316+
},
1317+
{
1318+
"name": "Venezuelan Bolívar Soberano",
1319+
"iso_4217_3": "VES",
1320+
"number_decimals": 0,
1321+
"symbols": {
1322+
"primary": "VES"
13151323
},
13161324
"default_locale": "es-VE"
13171325
},

data/final/locales.json

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@
2929
"group": " "
3030
}
3131
},
32-
{
33-
"id": "sq-XK",
34-
"name": "Albanian - Kosovo",
35-
"country": "RKS",
36-
"language": "sq",
37-
"numbers": {
38-
"decimal": ",",
39-
"group": " "
40-
}
41-
},
4232
{
4333
"id": "sq-MK",
4434
"name": "Albanian - The former Yugoslav Republic of Macedonia",
@@ -2480,23 +2470,23 @@
24802470
}
24812471
},
24822472
{
2483-
"id": "lv",
2473+
"id": "lv-LV",
24842474
"name": "Latvian - Latvia",
24852475
"country": "LVA",
24862476
"language": "lv",
24872477
"numbers": {
2488-
"decimal": ",",
2489-
"group": " "
2478+
"decimal": ".",
2479+
"group": ","
24902480
}
24912481
},
24922482
{
2493-
"id": "lv-LV",
2483+
"id": "lv",
24942484
"name": "Latvian - Latvia",
24952485
"country": "LVA",
24962486
"language": "lv",
24972487
"numbers": {
2498-
"decimal": ".",
2499-
"group": ","
2488+
"decimal": ",",
2489+
"group": " "
25002490
}
25012491
},
25022492
{
@@ -2530,23 +2520,23 @@
25302520
}
25312521
},
25322522
{
2533-
"id": "lt",
2523+
"id": "lt-LT",
25342524
"name": "Lithuanian - Lithuania",
25352525
"country": "LTU",
25362526
"language": "lt",
25372527
"numbers": {
25382528
"decimal": ",",
2539-
"group": " "
2529+
"group": "."
25402530
}
25412531
},
25422532
{
2543-
"id": "lt-LT",
2533+
"id": "lt",
25442534
"name": "Lithuanian - Lithuania",
25452535
"country": "LTU",
25462536
"language": "lt",
25472537
"numbers": {
25482538
"decimal": ",",
2549-
"group": "."
2539+
"group": " "
25502540
}
25512541
},
25522542
{
@@ -2979,16 +2969,6 @@
29792969
"group": "."
29802970
}
29812971
},
2982-
{
2983-
"id": "sr-XK",
2984-
"name": "Serbian - Kosovo",
2985-
"country": "RKS",
2986-
"language": "sr",
2987-
"numbers": {
2988-
"decimal": ",",
2989-
"group": "."
2990-
}
2991-
},
29922972
{
29932973
"id": "sr-ME",
29942974
"name": "Serbian - Montenegro",

data/final/regions.json

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@
389389
"PRK",
390390
"PSE",
391391
"QAT",
392-
"RKS",
393392
"SAU",
394393
"SGP",
395394
"SYR",
@@ -1720,7 +1719,6 @@
17201719
"SVN",
17211720
"ESP",
17221721
"SWE",
1723-
"GBR",
17241722
"ISL",
17251723
"LIE",
17261724
"NOR"
@@ -1731,7 +1729,6 @@
17311729
"CZK",
17321730
"DKK",
17331731
"EUR",
1734-
"GBP",
17351732
"HRK",
17361733
"HUF",
17371734
"ISK",
@@ -1743,7 +1740,6 @@
17431740
"languages": [
17441741
"bg",
17451742
"cs",
1746-
"cy",
17471743
"da",
17481744
"de",
17491745
"el",
@@ -1811,15 +1807,13 @@
18111807
"SVK",
18121808
"SVN",
18131809
"ESP",
1814-
"SWE",
1815-
"GBR"
1810+
"SWE"
18161811
],
18171812
"currencies": [
18181813
"BGN",
18191814
"CZK",
18201815
"DKK",
18211816
"EUR",
1822-
"GBP",
18231817
"HRK",
18241818
"HUF",
18251819
"PLN",
@@ -1829,7 +1823,6 @@
18291823
"languages": [
18301824
"bg",
18311825
"cs",
1832-
"cy",
18331826
"da",
18341827
"de",
18351828
"el",
@@ -2713,21 +2706,6 @@
27132706
],
27142707
"timezones": []
27152708
},
2716-
{
2717-
"id": "rks",
2718-
"name": "Kosovo",
2719-
"countries": [
2720-
"RKS"
2721-
],
2722-
"currencies": [
2723-
"EUR"
2724-
],
2725-
"languages": [],
2726-
"measurement_systems": [
2727-
"metric"
2728-
],
2729-
"timezones": []
2730-
},
27312709
{
27322710
"id": "kwt",
27332711
"name": "Kuwait",
@@ -4412,7 +4390,7 @@
44124390
"PYG",
44134391
"USD",
44144392
"UYU",
4415-
"VEF"
4393+
"VES"
44164394
],
44174395
"languages": [
44184396
"ay",
@@ -5054,7 +5032,7 @@
50545032
"VEN"
50555033
],
50565034
"currencies": [
5057-
"VEF"
5035+
"VES"
50585036
],
50595037
"languages": [
50605038
"es"
@@ -5307,7 +5285,6 @@
53075285
"PYF",
53085286
"QAT",
53095287
"REU",
5310-
"RKS",
53115288
"ROU",
53125289
"RUS",
53135290
"RWA",
@@ -5490,7 +5467,7 @@
54905467
"USD",
54915468
"UYU",
54925469
"UZS",
5493-
"VEF",
5470+
"VES",
54945471
"VND",
54955472
"VUV",
54965473
"WST",

data/original/currencies.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,9 +661,14 @@
661661
},
662662
{
663663
"iso_4217_3": "VEF",
664-
"name": "Venezuelan Bolívar",
664+
"name": "Venezuelan Bolívar Fuerte",
665665
"number_decimals": 2
666666
},
667+
{
668+
"iso_4217_3": "VES",
669+
"name": "Venezuelan Bolívar Soberano",
670+
"number_decimals": 0
671+
},
667672
{
668673
"iso_4217_3": "VND",
669674
"name": "Vietnamese New Dong",

data/source/cldr-currencies.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"en-US-POSIX": {
44
"identity": {
55
"version": {
6-
"_number": "$Revision: 13869 $",
7-
"_cldrVersion": "34"
6+
"_cldrVersion": "37"
87
},
98
"language": "en",
109
"territory": "US",

0 commit comments

Comments
 (0)