Skip to content

Commit 45e1654

Browse files
author
Cole Marshall
committed
2025 Update
1 parent 4849bce commit 45e1654

26 files changed

+83
-121
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pip install -r src/requirements.txt
149149
In `src/main.py`, increase the *minor version* by one (or *patch version* by one if no new languages or formats were added) in the `version_string` variable, and then run the main script to complete the data generation process:
150150

151151
```bash:
152-
python3 src/main.py
152+
python src/main.py
153153
```
154154

155155
Finally, submit a pull request with your changes and it will be reviewed promptly. Thank you for your contribution!

dist/html/world_countries.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</head>
66
<body>
77
<h1>World Countries (ISO 3166)</h1>
8-
<h2>HTML | v3.0.0 (2024)</h2>
8+
<h2>HTML | v3.0.1 (2025)</h2>
99
<h2><a href="https://github.com/ccmars/world-data" target="_blank">https://github.com/ccmars/world-data</a></h2>
1010

1111
<select name="langEN">

dist/html/world_currencies.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</head>
66
<body>
77
<h1>World Currencies (ISO 4217)</h1>
8-
<h2>HTML | v3.0.0 (2024)</h2>
8+
<h2>HTML | v3.0.1 (2025)</h2>
99
<h2><a href="https://github.com/ccmars/world-data" target="_blank">https://github.com/ccmars/world-data</a></h2>
1010

1111
<select name="langEN">
@@ -32,7 +32,6 @@ <h2><a href="https://github.com/ccmars/world-data" target="_blank">https://githu
3232
<option value="BRL">Brazilian real</option>
3333
<option value="BND">Brunei dollar</option>
3434
<option value="BGN">Bulgarian lev</option>
35-
<option value="MMK">Burmese kyat</option>
3635
<option value="BIF">Burundian franc</option>
3736
<option value="XOF">CFA franc BCEAO</option>
3837
<option value="XAF">CFA franc BEAC</option>
@@ -100,6 +99,7 @@ <h2><a href="https://github.com/ccmars/world-data" target="_blank">https://githu
10099
<option value="MNT">Mongolian tögrög</option>
101100
<option value="MAD">Moroccan dirham</option>
102101
<option value="MZN">Mozambican metical</option>
102+
<option value="MMK">Myanmar kyat</option>
103103
<option value="NAD">Namibian dollar</option>
104104
<option value="NPR">Nepalese rupee</option>
105105
<option value="ANG">Netherlands Antillean guilder</option>
@@ -130,11 +130,10 @@ <h2><a href="https://github.com/ccmars/world-data" target="_blank">https://githu
130130
<option value="SAR">Saudi riyal</option>
131131
<option value="RSD">Serbian dinar</option>
132132
<option value="SCR">Seychelles rupee</option>
133-
<option value="SLE">Sierra Leonean new leone</option>
134-
<option value="SLL">Sierra Leonean old leone</option>
133+
<option value="SLE">Sierra Leonean leone</option>
135134
<option value="SGD">Singapore dollar</option>
136135
<option value="SBD">Solomon Islands dollar</option>
137-
<option value="SOS">Somali shilling</option>
136+
<option value="SOS">Somalian shilling</option>
138137
<option value="ZAR">South African rand</option>
139138
<option value="KRW">South Korean won</option>
140139
<option value="SSP">South Sudanese pound</option>
@@ -159,7 +158,7 @@ <h2><a href="https://github.com/ccmars/world-data" target="_blank">https://githu
159158
<option value="AED">United Arab Emirates dirham</option>
160159
<option value="USD">United States dollar</option>
161160
<option value="UYU">Uruguayan peso</option>
162-
<option value="UZS">Uzbekistan som</option>
161+
<option value="UZS">Uzbekistani sum</option>
163162
<option value="VUV">Vanuatu vatu</option>
164163
<option value="VED">Venezuelan digital bolívar</option>
165164
<option value="VES">Venezuelan sovereign bolívar</option>
@@ -322,7 +321,6 @@ <h2><a href="https://github.com/ccmars/world-data" target="_blank">https://githu
322321
<option value="KZT">Tenge</option>
323322
<option value="MNT">Tugrik</option>
324323
<option value="VUV">Vatu</option>
325-
<option value="SLL">Vecchia leone</option>
326324
<option value="KRW">Won</option>
327325
<option value="KPW">Won Nordcoreano</option>
328326
<option value="JPY">Yen</option>

dist/html/world_languages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</head>
66
<body>
77
<h1>World Languages (ISO 639)</h1>
8-
<h2>HTML | v3.0.0 (2024)</h2>
8+
<h2>HTML | v3.0.1 (2025)</h2>
99
<h2><a href="https://github.com/ccmars/world-data" target="_blank">https://github.com/ccmars/world-data</a></h2>
1010

1111
<select name="langEN">

dist/json/world_currencies.json

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"BYN": {
210210
"number": 933,
211211
"alpha3": "BYN",
212-
"decimals": 0,
212+
"decimals": 2,
213213
"langEN": "Belarusian ruble",
214214
"langIT": "Rublo Bielorusso",
215215
"symbol_decimal": "112;46",
@@ -299,7 +299,7 @@
299299
"CVE": {
300300
"number": 132,
301301
"alpha3": "CVE",
302-
"decimals": 0,
302+
"decimals": 2,
303303
"langEN": "Cape Verdean escudo",
304304
"langIT": "Cabo Verde Escudo",
305305
"symbol_decimal": "36",
@@ -749,7 +749,7 @@
749749
"MGA": {
750750
"number": 969,
751751
"alpha3": "MGA",
752-
"decimals": 1,
752+
"decimals": 2,
753753
"langEN": "Malagasy ariary",
754754
"langIT": "Ariary Malgascio",
755755
"symbol_decimal": "65;114",
@@ -768,7 +768,7 @@
768768
"number": 104,
769769
"alpha3": "MMK",
770770
"decimals": 2,
771-
"langEN": "Burmese kyat",
771+
"langEN": "Myanmar kyat",
772772
"langIT": "Kyat",
773773
"symbol_decimal": "75",
774774
"symbol_hex": "004B"
@@ -794,7 +794,7 @@
794794
"MRU": {
795795
"number": 929,
796796
"alpha3": "MRU",
797-
"decimals": 1,
797+
"decimals": 2,
798798
"langEN": "Mauritanian ouguiya",
799799
"langIT": "Rupia Mauriziana",
800800
"symbol_decimal": "85;77",
@@ -1092,25 +1092,16 @@
10921092
"number": 925,
10931093
"alpha3": "SLE",
10941094
"decimals": 2,
1095-
"langEN": "Sierra Leonean new leone",
1095+
"langEN": "Sierra Leonean leone",
10961096
"langIT": "Nuovo leone",
10971097
"symbol_decimal": "76;101",
10981098
"symbol_hex": "004C;0065"
10991099
},
1100-
"SLL": {
1101-
"number": 694,
1102-
"alpha3": "SLL",
1103-
"decimals": 2,
1104-
"langEN": "Sierra Leonean old leone",
1105-
"langIT": "Vecchia leone",
1106-
"symbol_decimal": "76;101",
1107-
"symbol_hex": "004C;0065"
1108-
},
11091100
"SOS": {
11101101
"number": 706,
11111102
"alpha3": "SOS",
11121103
"decimals": 2,
1113-
"langEN": "Somali shilling",
1104+
"langEN": "Somalian shilling",
11141105
"langIT": "Scellino somalo",
11151106
"symbol_decimal": "83",
11161107
"symbol_hex": "0053"
@@ -1290,7 +1281,7 @@
12901281
"number": 860,
12911282
"alpha3": "UZS",
12921283
"decimals": 2,
1293-
"langEN": "Uzbekistan som",
1284+
"langEN": "Uzbekistani sum",
12941285
"langIT": "Sum dell'Uzbekistan",
12951286
"symbol_decimal": "1083;1074",
12961287
"symbol_hex": "043B;0432"

dist/md/world_countries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# World Countries (ISO 3166)
2-
## Markdown | v3.0.0 (2024) | https://github.com/ccmars/world-data
2+
## Markdown | v3.0.1 (2025) | https://github.com/ccmars/world-data
33
| number | alpha2 | alpha3 | langEN | langDE | langES | langFR | langIT | tld |
44
|---------:|:---------|:---------|:---------------------------------------------|:--------------------------------------------------|:------------------------------------------|:---------------------------------------------|:-------------------------------------------|:------|
55
| 20 | AD | AND | Andorra | Andorra | Andorra | Andorre | Andorra | .ad |

dist/md/world_currencies.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# World Currencies (ISO 4217)
2-
## Markdown | v3.0.0 (2024) | https://github.com/ccmars/world-data
2+
## Markdown | v3.0.1 (2025) | https://github.com/ccmars/world-data
33
| alpha3 | number | decimals | langEN | langIT | symbol_decimal | symbol_hex |
44
|:---------|---------:|-----------:|:----------------------------------------|:---------------------------------|:-------------------------|:-------------------------|
55
| AED | 784 | 2 | United Arab Emirates dirham | Dirham degli Emirati Arabi Uniti | 1583;46;1573 | 062F;002E;0625 |
@@ -25,7 +25,7 @@
2525
| BSD | 44 | 2 | Bahamian dollar | Dollaro delle Bahamas | 36 | 0024 |
2626
| BTN | 64 | 2 | Bhutanese ngultrum | Ngultrum | 78;117 | 004E;0075 |
2727
| BWP | 72 | 2 | Botswana pula | Pula | 80 | 0050 |
28-
| BYN | 933 | 0 | Belarusian ruble | Rublo Bielorusso | 112;46 | 0070;002E |
28+
| BYN | 933 | 2 | Belarusian ruble | Rublo Bielorusso | 112;46 | 0070;002E |
2929
| BZD | 84 | 2 | Belize dollar | Dollaro Belize | 66;90;36 | 0042;005A;0024 |
3030
| CAD | 124 | 2 | Canadian dollar | Dollaro Canadese | 36 | 0024 |
3131
| CDF | 976 | 2 | Congolese franc | Franco congolese | 70;67 | 0046;0043 |
@@ -35,7 +35,7 @@
3535
| COP | 170 | 2 | Colombian peso | Peso Colombiano | 36 | 0024 |
3636
| CRC | 188 | 2 | Costa Rican colon | Colón costaricano | 8353 | 20A1 |
3737
| CUP | 192 | 2 | Cuban peso | Peso cubano | 8369 | 20B1 |
38-
| CVE | 132 | 0 | Cape Verdean escudo | Cabo Verde Escudo | 36 | 0024 |
38+
| CVE | 132 | 2 | Cape Verdean escudo | Cabo Verde Escudo | 36 | 0024 |
3939
| CZK | 203 | 2 | Czech koruna | Corona Ceca | 75;269 | 004B;010D |
4040
| DJF | 262 | 0 | Djiboutian franc | Franco del Gibuti | 70;100;106 | 0046;0064;006A |
4141
| DKK | 208 | 2 | Danish krone | Corona Danese | 107;114 | 006B;0072 |
@@ -85,12 +85,12 @@
8585
| LYD | 434 | 3 | Libyan dinar | Dinaro Libico | 1604;46;1583 | 0644;002E;062F |
8686
| MAD | 504 | 2 | Moroccan dirham | Dirham Marocchino | 77;65;68 | 004D;0041;0044 |
8787
| MDL | 498 | 2 | Moldovan leu | Leu Moldavo | 76 | 004C |
88-
| MGA | 969 | 1 | Malagasy ariary | Ariary Malgascio | 65;114 | 0041;0072 |
88+
| MGA | 969 | 2 | Malagasy ariary | Ariary Malgascio | 65;114 | 0041;0072 |
8989
| MKD | 807 | 2 | Macedonian denar | Denar | 1076;1077;1085 | 0434;0435;043D |
90-
| MMK | 104 | 2 | Burmese kyat | Kyat | 75 | 004B |
90+
| MMK | 104 | 2 | Myanmar kyat | Kyat | 75 | 004B |
9191
| MNT | 496 | 2 | Mongolian tögrög | Tugrik | 8366 | 20AE |
9292
| MOP | 446 | 2 | Macanese pataca | Pataca | 77;79;80;36 | 004D;004F;0050;0024 |
93-
| MRU | 929 | 1 | Mauritanian ouguiya | Rupia Mauriziana | 85;77 | 0055;004D |
93+
| MRU | 929 | 2 | Mauritanian ouguiya | Rupia Mauriziana | 85;77 | 0055;004D |
9494
| MUR | 480 | 2 | Mauritian rupee | Rupia delle Mauritius | 8360 | 20A8 |
9595
| MVR | 462 | 2 | Maldivian rufiyaa | Rufiyaa | 45;1923 | 002D;0783 |
9696
| MWK | 454 | 2 | Malawian kwacha | Kwacha | 77;75 | 004D;004B |
@@ -123,9 +123,8 @@
123123
| SEK | 752 | 2 | Swedish krona/kronor | Corona svedese | 107;114 | 006B;0072 |
124124
| SGD | 702 | 2 | Singapore dollar | Dollaro di Singapore | 36 | 0024 |
125125
| SHP | 654 | 2 | Saint Helena pound | Saint Helena Pound | 163 | 00A3 |
126-
| SLE | 925 | 2 | Sierra Leonean new leone | Nuovo leone | 76;101 | 004C;0065 |
127-
| SLL | 694 | 2 | Sierra Leonean old leone | Vecchia leone | 76;101 | 004C;0065 |
128-
| SOS | 706 | 2 | Somali shilling | Scellino somalo | 83 | 0053 |
126+
| SLE | 925 | 2 | Sierra Leonean leone | Nuovo leone | 76;101 | 004C;0065 |
127+
| SOS | 706 | 2 | Somalian shilling | Scellino somalo | 83 | 0053 |
129128
| SRD | 968 | 2 | Surinamese dollar | Dollaro del Suriname | 36 | 0024 |
130129
| SSP | 728 | 2 | South Sudanese pound | Sterlina sud-sudanese | 36 | 0024 |
131130
| STN | 930 | 2 | São Tomé and Príncipe dobra | Dobra di São Tomé e Principe | 68;98 | 0044;0062 |
@@ -145,7 +144,7 @@
145144
| UGX | 800 | 0 | Ugandan shilling | Scellino dell'Uganda | 85;83;104 | 0055;0053;0068 |
146145
| USD | 840 | 2 | United States dollar | Dollaro Americano | 36 | 0024 |
147146
| UYU | 858 | 2 | Uruguayan peso | Peso Uruguayo | 36;85 | 0024;0055 |
148-
| UZS | 860 | 2 | Uzbekistan som | Sum dell'Uzbekistan | 1083;1074 | 043B;0432 |
147+
| UZS | 860 | 2 | Uzbekistani sum | Sum dell'Uzbekistan | 1083;1074 | 043B;0432 |
149148
| VED | 926 | 2 | Venezuelan digital bolívar | Bolívar digitale venezuelano | 66;115;46;68 | 0042;0073;002E;0044 |
150149
| VES | 928 | 2 | Venezuelan sovereign bolívar | Bolívar sovrano venezuelano | 66;115;46;83 | 0042;0073;002E;0053 |
151150
| VND | 704 | 0 | Vietnamese đồng | Dong | 8363 | 20AB |

dist/md/world_languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# World Languages (ISO 639)
2-
## Markdown | v3.0.0 (2024) | https://github.com/ccmars/world-data
2+
## Markdown | v3.0.1 (2025) | https://github.com/ccmars/world-data
33
| alpha2 | langEN | langDE | langFR | langES | langIT |
44
|:---------|:------------------|:----------------------------|:------------------|:----------------------------|:----------------------------|
55
| aa | Afar | Danakil-Sprache | afar | afar | Afar |

dist/php/world_countries.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
// World Countries (ISO 3166)
3-
// PHP | v3.0.0 (2024)
3+
// PHP | v3.0.1 (2025)
44
// https://github.com/ccmars/world-data
55
$world_countries = [
66
"AD" => [

dist/php/world_currencies.php

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
// World Currencies (ISO 4217)
3-
// PHP | v3.0.0 (2024)
3+
// PHP | v3.0.1 (2025)
44
// https://github.com/ccmars/world-data
55
$world_currencies = [
66
"AED" => [
@@ -213,7 +213,7 @@
213213
"BYN" => [
214214
"number" => "933",
215215
"alpha3" => "BYN",
216-
"decimals" => "0",
216+
"decimals" => "2",
217217
"langEN" => "Belarusian ruble",
218218
"langIT" => "Rublo Bielorusso",
219219
"symbol_decimal" => "112;46",
@@ -303,7 +303,7 @@
303303
"CVE" => [
304304
"number" => "132",
305305
"alpha3" => "CVE",
306-
"decimals" => "0",
306+
"decimals" => "2",
307307
"langEN" => "Cape Verdean escudo",
308308
"langIT" => "Cabo Verde Escudo",
309309
"symbol_decimal" => "36",
@@ -753,7 +753,7 @@
753753
"MGA" => [
754754
"number" => "969",
755755
"alpha3" => "MGA",
756-
"decimals" => "1",
756+
"decimals" => "2",
757757
"langEN" => "Malagasy ariary",
758758
"langIT" => "Ariary Malgascio",
759759
"symbol_decimal" => "65;114",
@@ -772,7 +772,7 @@
772772
"number" => "104",
773773
"alpha3" => "MMK",
774774
"decimals" => "2",
775-
"langEN" => "Burmese kyat",
775+
"langEN" => "Myanmar kyat",
776776
"langIT" => "Kyat",
777777
"symbol_decimal" => "75",
778778
"symbol_hex" => "004B"
@@ -798,7 +798,7 @@
798798
"MRU" => [
799799
"number" => "929",
800800
"alpha3" => "MRU",
801-
"decimals" => "1",
801+
"decimals" => "2",
802802
"langEN" => "Mauritanian ouguiya",
803803
"langIT" => "Rupia Mauriziana",
804804
"symbol_decimal" => "85;77",
@@ -1096,25 +1096,16 @@
10961096
"number" => "925",
10971097
"alpha3" => "SLE",
10981098
"decimals" => "2",
1099-
"langEN" => "Sierra Leonean new leone",
1099+
"langEN" => "Sierra Leonean leone",
11001100
"langIT" => "Nuovo leone",
11011101
"symbol_decimal" => "76;101",
11021102
"symbol_hex" => "004C;0065"
11031103
],
1104-
"SLL" => [
1105-
"number" => "694",
1106-
"alpha3" => "SLL",
1107-
"decimals" => "2",
1108-
"langEN" => "Sierra Leonean old leone",
1109-
"langIT" => "Vecchia leone",
1110-
"symbol_decimal" => "76;101",
1111-
"symbol_hex" => "004C;0065"
1112-
],
11131104
"SOS" => [
11141105
"number" => "706",
11151106
"alpha3" => "SOS",
11161107
"decimals" => "2",
1117-
"langEN" => "Somali shilling",
1108+
"langEN" => "Somalian shilling",
11181109
"langIT" => "Scellino somalo",
11191110
"symbol_decimal" => "83",
11201111
"symbol_hex" => "0053"
@@ -1294,7 +1285,7 @@
12941285
"number" => "860",
12951286
"alpha3" => "UZS",
12961287
"decimals" => "2",
1297-
"langEN" => "Uzbekistan som",
1288+
"langEN" => "Uzbekistani sum",
12981289
"langIT" => "Sum dell'Uzbekistan",
12991290
"symbol_decimal" => "1083;1074",
13001291
"symbol_hex" => "043B;0432"

dist/php/world_languages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
// World Languages (ISO 639)
3-
// PHP | v3.0.0 (2024)
3+
// PHP | v3.0.1 (2025)
44
// https://github.com/ccmars/world-data
55
$world_languages = [
66
"aa" => [

0 commit comments

Comments
 (0)