Skip to content

Commit 8ec20fc

Browse files
authored
Update currency symbol for MKD (#891)
* Update currency symbol for `MKD` Fixes #890 * Update CHANGELOG.md
1 parent 863dc69 commit 8ec20fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkgs/intl/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Support compiling to WASM.
1111
* Update to and account for `package:lints` `^4.0.0`.
1212
* rtl Detection fix in `bidi.dart` for Kordi Sorani "ckb".
13+
* Update currency symbol to `den` for `MKD`.
1314

1415
## 0.19.0
1516
* Update to CLDR v44.

pkgs/intl/lib/src/intl/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final Map<String, String> simpleCurrencySymbols = {
1717
'CRC': '\u20a1',
1818
'NIO': r'C$',
1919
'GMD': 'GMD',
20-
'MKD': 'din',
20+
'MKD': 'den',
2121
'BHD': 'din',
2222
'DZD': 'din',
2323
'IQD': 'din',

0 commit comments

Comments
 (0)