Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681782719
  • Loading branch information
Googler authored and copybara-github committed Oct 3, 2024
1 parent 8ec20fc commit 7a66431
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkgs/intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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': 'den',
'MKD': 'din',
'BHD': 'din',
'DZD': 'din',
'IQD': 'din',
Expand Down
4 changes: 4 additions & 0 deletions pkgs/intl/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a66431

Please sign in to comment.