Skip to content

Commit

Permalink
Update currency symbol for MKD (#891)
Browse files Browse the repository at this point in the history
* Update currency symbol for `MKD`

Fixes #890

* Update CHANGELOG.md
  • Loading branch information
mosuem authored Sep 13, 2024
1 parent 863dc69 commit 8ec20fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkgs/intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* Support compiling to WASM.
* Update to and account for `package:lints` `^4.0.0`.
* rtl Detection fix in `bidi.dart` for Kordi Sorani "ckb".
* Update currency symbol to `den` for `MKD`.

## 0.19.0
* Update to CLDR v44.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/intl/lib/src/intl/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final Map<String, String> simpleCurrencySymbols = {
'CRC': '\u20a1',
'NIO': r'C$',
'GMD': 'GMD',
'MKD': 'din',
'MKD': 'den',
'BHD': 'din',
'DZD': 'din',
'IQD': 'din',
Expand Down

0 comments on commit 8ec20fc

Please sign in to comment.