feat: added pacific franc currency (#13086)
This commit is contained in:
@@ -1062,6 +1062,15 @@ export const defaultCurrencies: Record<string, Currency> = {
|
||||
code: "XOF",
|
||||
name_plural: "CFA francs BCEAO",
|
||||
},
|
||||
XPF: {
|
||||
symbol: "₣",
|
||||
name: "CFP Franc",
|
||||
symbol_native: "₣",
|
||||
decimal_digits: 0,
|
||||
rounding: 0,
|
||||
code: "XPF",
|
||||
name_plural: "CFP francs"
|
||||
},
|
||||
YER: {
|
||||
symbol: "YR",
|
||||
name: "Yemeni Rial",
|
||||
|
||||
Reference in New Issue
Block a user