Skip to content

Commit

Permalink
Merge pull request #688 from sofiadomingues:main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 555858081
  • Loading branch information
copybara-github committed Aug 11, 2023
2 parents 3c5a4fa + 6dca47b commit a2a7674
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 22 deletions.
1 change: 0 additions & 1 deletion pkgs/intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Add fallback for deprecated locales, such as `he` <-> `iw`.
* Update to CLDR v43.
* Switch QAR currency name to Riyal.
* Add license headers to some files.

## 0.18.1
* Update ruble sign and update corresponding test.
Expand Down
4 changes: 0 additions & 4 deletions pkgs/intl/lib/find_locale.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

export 'src/intl_default.dart' // Stub implementation
// Browser implementation
if (dart.library.html) 'intl_browser.dart'
Expand Down
4 changes: 0 additions & 4 deletions pkgs/intl/lib/locale.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

/// This library provides access to the [Locale] class.
export 'src/locale.dart';
4 changes: 0 additions & 4 deletions pkgs/intl/lib/src/global_state.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'dart:async';

String systemLocale = 'en_US';
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 @@ -53,7 +53,7 @@ final Map<String, String> simpleCurrencySymbols = {
'XCD': r'$',
'VND': '\u20ab',
'AMD': 'Dram',
'CVE': 'CVE',
'CVE': r'$',
'EUR': '\u20ac',
'AWG': 'Afl.',
'HUF': 'Ft',
Expand Down
4 changes: 0 additions & 4 deletions pkgs/intl/test/number_format_compact_icu_test.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

/// Tests for ICU compact format numbers (e.g. 1.2M instead of 1200000).
///
/// These tests check that the test cases match what ICU produces. They are not
Expand Down
4 changes: 0 additions & 4 deletions pkgs/intl/test/number_format_compact_web_test.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

@TestOn('browser')
// Tests for compact number formatting in pure Dart and in ECMAScript.
//
Expand Down

0 comments on commit a2a7674

Please sign in to comment.