Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: pkg/intl/lib/src/data/dates/locale_list.dart

Issue 814113004: Pull args, intl, logging, shelf, and source_maps out of the SDK. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Also csslib. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/intl/lib/src/data/dates/README.txt ('k') | pkg/intl/lib/src/data/dates/patterns/af.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/lib/src/data/dates/locale_list.dart
diff --git a/pkg/intl/lib/src/data/dates/locale_list.dart b/pkg/intl/lib/src/data/dates/locale_list.dart
deleted file mode 100644
index bc7e9e6cfbcc79f3bec4963f619fd997a2681d6c..0000000000000000000000000000000000000000
--- a/pkg/intl/lib/src/data/dates/locale_list.dart
+++ /dev/null
@@ -1,106 +0,0 @@
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this sourcecode is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-/// Hard-coded list of all available locales for dates.
-final availableLocalesForDateFormatting = const ["en_ISO",
- "af",
- "am",
- "ar",
- "az",
- "bg",
- "bn",
- "br",
- "ca",
- "chr",
- "cs",
- "cy",
- "da",
- "de",
- "de_AT",
- "de_CH",
- "el",
- "en",
- "en_AU",
- "en_GB",
- "en_IE",
- "en_IN",
- "en_SG",
- "en_US",
- "en_ZA",
- "es",
- "es_419",
- "es_ES",
- "et",
- "eu",
- "fa",
- "fi",
- "fil",
- "fr",
- "fr_CA",
- "gl",
- "gsw",
- "gu",
- "haw",
- "he",
- "hi",
- "hr",
- "hu",
- "hy",
- "id",
- "in",
- "is",
- "it",
- "iw",
- "ja",
- "ka",
- "kk",
- "km",
- "kn",
- "ko",
- "ky",
- "ln",
- "lo",
- "lt",
- "lv",
- "mk",
- "ml",
- "mn",
- "mr",
- "ms",
- "mt",
- "my",
- "nb",
- "ne",
- "nl",
- "no",
- "no_NO",
- "or",
- "pa",
- "pl",
- "pt",
- "pt_BR",
- "pt_PT",
- "ro",
- "ru",
- "si",
- "sk",
- "sl",
- "sq",
- "sr",
- "sv",
- "sw",
- "ta",
- "te",
- "th",
- "tl",
- "tr",
- "uk",
- "ur",
- "uz",
- "vi",
- "zh",
- "zh_CN",
- "zh_HK",
- "zh_TW",
- "zu"];
« no previous file with comments | « pkg/intl/lib/src/data/dates/README.txt ('k') | pkg/intl/lib/src/data/dates/patterns/af.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698