From 7a66431c0afd26b60777c3152b92800bef8550d5 Mon Sep 17 00:00:00 2001 From: Googler Date: Thu, 3 Oct 2024 02:12:21 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 681782719 --- pkgs/intl/CHANGELOG.md | 1 - pkgs/intl/lib/src/intl/constants.dart | 2 +- pkgs/intl/pubspec.yaml | 4 ++++ 3 files changed, 5 insertions(+), 2 deletions(-) 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