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

Unified Diff: pkg/intl/lib/src/data/dates/README.txt

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/number_symbols_data.dart ('k') | pkg/intl/lib/src/data/dates/locale_list.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/lib/src/data/dates/README.txt
diff --git a/pkg/intl/lib/src/data/dates/README.txt b/pkg/intl/lib/src/data/dates/README.txt
deleted file mode 100644
index 813b97cbe528a4d92d4d8d1e1b32c9ea68aa1551..0000000000000000000000000000000000000000
--- a/pkg/intl/lib/src/data/dates/README.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-These directories hold data used for date formatting when you read the data
-from JSON files on disk or over the network. There are two directories
-
- patterns - Holds the mapping form skeletons to a locale-specific format. The
-data is exactly equivalent to that in date_time_patterns.dart and is generated
-from it using the tools/generate_locale_data_files.dart program.
-
- symbols - Holds the symbols used for formatting in a particular locale. This
-includes things like the names of weekdays and months. The data is the same as
-that in date_symbol_data_locale.dart and is generated from it using the
-tools/generate_locale_data_files.dart program.
-
-There is also a localeList.dart file that lists all of the
-locales in these directories and which is sourced by other files in order to
-have a list of the available locales.
-
« no previous file with comments | « pkg/intl/lib/number_symbols_data.dart ('k') | pkg/intl/lib/src/data/dates/locale_list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698