diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index 470e30a0..5fd213e1 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -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. diff --git a/pkgs/intl/lib/src/intl/constants.dart b/pkgs/intl/lib/src/intl/constants.dart index 966f0601..8267e087 100644 --- a/pkgs/intl/lib/src/intl/constants.dart +++ b/pkgs/intl/lib/src/intl/constants.dart @@ -17,7 +17,7 @@ final Map simpleCurrencySymbols = { 'CRC': '\u20a1', 'NIO': r'C$', 'GMD': 'GMD', - 'MKD': 'din', + 'MKD': 'den', 'BHD': 'din', 'DZD': 'din', 'IQD': 'din',