Skip to content

Commit 68224f5

Browse files
authored
add Mexican pesos as currency (#633)
1 parent 6aad800 commit 68224f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Resources/currencies.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ GBP:
2020
thousands: ','
2121
decimal: .
2222
active: true
23+
24+
MXN:
25+
name: 'Peso Mexicano'
26+
symbol: '$'
27+
thousands: ','
28+
decimal: '.'
29+
active: true

0 commit comments

Comments
 (0)