diff options
| author | Marak <[email protected]> | 2020-06-10 01:27:58 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-10 01:27:58 -0500 |
| commit | a831dfd735c5425c3a4875449bb0138589efa51a (patch) | |
| tree | ec7bcd834a751bba8926141c957c4a432de456e9 | |
| parent | 1fff1c12bbadd40aa4171d3adbf5231f7b3acc8f (diff) | |
| parent | 91953a3527223e61a236f1a5e9c23cab5861857e (diff) | |
| download | faker-a831dfd735c5425c3a4875449bb0138589efa51a.tar.xz faker-a831dfd735c5425c3a4875449bb0138589efa51a.zip | |
Merge pull request #853 from veritech/veritech-country-codes
Fixed the currency list
| -rw-r--r-- | lib/locales/en/finance/currency.js | 44 |
1 files changed, 14 insertions, 30 deletions
diff --git a/lib/locales/en/finance/currency.js b/lib/locales/en/finance/currency.js index c584d9dc..4a6240fd 100644 --- a/lib/locales/en/finance/currency.js +++ b/lib/locales/en/finance/currency.js @@ -71,13 +71,9 @@ module["exports"] = { "code": "BND", "symbol": "$" }, - "Boliviano": { + "Boliviano boliviano": { "code": "BOB", - "symbol": "$b" - }, - "Mvdol": { - "code": "BOV", - "symbol": "$b" + "symbol": "Bs" }, "Brazilian Real": { "code": "BRL", @@ -115,10 +111,6 @@ module["exports"] = { "code": "CLP", "symbol": "$" }, - "Unidades de fomento": { - "code": "CLF", - "symbol": "$" - }, "Yuan Renminbi": { "code": "CNY", "symbol": "¥" @@ -127,10 +119,6 @@ module["exports"] = { "code": "COP", "symbol": "$" }, - "Unidad de Valor Real": { - "code": "COU", - "symbol": "$" - }, "Costa Rican Colon": { "code": "CRC", "symbol": "₡" @@ -139,9 +127,9 @@ module["exports"] = { "code": "CUP", "symbol": "₱" }, - "Peso Convertible": { + "Cuban Peso Convertible": { "code": "CUC", - "symbol": "₱" + "symbol": "$" }, "Cape Verde Escudo": { "code": "CVE", @@ -259,9 +247,13 @@ module["exports"] = { "code": "INR", "symbol": "" }, - "Ngultrum": { + "Bhutanese Ngultrum": { "code": "BTN", - "symbol": "" + "symbol": "Nu" + }, + "Indian Rupee": { + "code": "INR", + "symbol": "₹" }, "Iraqi Dinar": { "code": "IQD", @@ -399,10 +391,6 @@ module["exports"] = { "code": "MXN", "symbol": "$" }, - "Mexican Unidad de Inversion (UDI)": { - "code": "MXV", - "symbol": "$" - }, "Malaysian Ringgit": { "code": "MYR", "symbol": "RM" @@ -529,7 +517,7 @@ module["exports"] = { }, "El Salvador Colon": { "code": "SVC", - "symbol": "$" + "symbol": "₡" }, "Syrian Pound": { "code": "SYP", @@ -587,14 +575,10 @@ module["exports"] = { "code": "USD", "symbol": "$" }, - "Peso Uruguayo Uruguay": { + "Peso Uruguayo": { "code": "UYU", "symbol": "$U" }, - "Peso en Unidades Indexadas": { - "code": "UYI", - "symbol": "$U" - }, "Uzbekistan Sum": { "code": "UZS", "symbol": "лв" @@ -683,13 +667,13 @@ module["exports"] = { "code": "ZAR", "symbol": "R" }, - "Loti": { + "Lesotho Loti": { "code": "LSL", "symbol": "" }, "Namibia Dollar": { "code": "NAD", - "symbol": "" + "symbol": "N$" }, "Zambian Kwacha": { "code": "ZMK", |
