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

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

Issue 10952004: Change intl to use new pub layout (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/intl/lib/number_symbols_data.dart ('k') | pkg/intl/lib/src/data/dates/symbols/ja.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 These directories hold data used for date formatting when you read the data 1 These directories hold data used for date formatting when you read the data
2 from JSON files on disk or over the network. There are two directories 2 from JSON files on disk or over the network. There are two directories
3 3
4 patterns - Holds the mapping form skeletons to a locale-specific format. The 4 patterns - Holds the mapping form skeletons to a locale-specific format. The
5 data is exactly equivalent to that in date_time_patterns.dart and is generated 5 data is exactly equivalent to that in date_time_patterns.dart and is generated
6 from it using the tools/generate_locale_data_files.dart program. 6 from it using the tools/generate_locale_data_files.dart program.
7 7
8 symbols - Holds the symbols used for formatting in a particular locale. This 8 symbols - Holds the symbols used for formatting in a particular locale. This
9 includes things like the names of weekdays and months. The data is the same as 9 includes things like the names of weekdays and months. The data is the same as
10 that in date_symbol_data_locale.dart and is generated from it using the 10 that in date_symbol_data_locale.dart and is generated from it using the
11 tools/generate_locale_data_files.dart program. 11 tools/generate_locale_data_files.dart program.
12 12
13 There is also a localeList.dart file that lists all of the locales in these 13 There is also a localeList.dart file that lists all of the
14 directories and which is sourced by other files in order to have a list of the 14 locales in these directories and which is sourced by other files in order to
15 available locales. 15 have a list of the available locales.
16 16
OLDNEW
« no previous file with comments | « pkg/intl/lib/number_symbols_data.dart ('k') | pkg/intl/lib/src/data/dates/symbols/ja.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698