Skip to content

Commit 9c6067d

Browse files
authored
fix(finance): update Zambian Kwacha to new version
I also added a symbol. See https://en.wikipedia.org/wiki/Zambian_kwacha
1 parent 3eaf005 commit 9c6067d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/locales/en/finance/currency.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@ export default {
672672
symbol: 'N$',
673673
},
674674
'Zambian Kwacha': {
675-
code: 'ZMK',
676-
symbol: '',
675+
code: 'ZMW',
676+
symbol: 'K',
677677
},
678678
'Zimbabwe Dollar': {
679679
code: 'ZWL',

0 commit comments

Comments
 (0)