Skip to content

Commit

Permalink
Merge pull request #788 from jimmyye/add-hkd-currency
Browse files Browse the repository at this point in the history
Add HKD currency
  • Loading branch information
jrief committed Nov 25, 2019
2 parents fd27540 + 0c07d38 commit bc245f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shop/money/iso4217.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'CZK': ('203', 2, 'Kč', _("Czech Koruna")),
'EUR': ('978', 2, '€', _("Euro")),
'GBP': ('826', 2, '£', _("Pound Sterling")),
'HKD': ('344', 2, 'HK$', _("Hong Kong Dollar")),
'HRK': ('191', 2, 'kn', _("Croatian kuna")),
'HUF': ('348', 0, 'Ft', _("Hungarian Forint")),
'ILS': ('376', 2, '₪', _("Israeli Sheqel")),
Expand Down

0 comments on commit bc245f8

Please sign in to comment.