diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index 5fd213e1..470e30a0 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -10,7 +10,6 @@ * 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 8267e087..966f0601 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': 'den', + 'MKD': 'din', 'BHD': 'din', 'DZD': 'din', 'IQD': 'din', diff --git a/pkgs/intl/pubspec.yaml b/pkgs/intl/pubspec.yaml index 3764df98..cd347a3b 100644 --- a/pkgs/intl/pubspec.yaml +++ b/pkgs/intl/pubspec.yaml @@ -6,6 +6,10 @@ description: >- internationalization issues. repository: https://github.com/dart-lang/i18n/tree/main/pkgs/intl +topics: + - i18n + - intl + environment: sdk: ^3.3.0