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

Side by Side Diff: packages/intl/lib/date_symbol_data_local.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. 1 // Copyright (c) 2014, the Dart project authors.
2 // Please see the AUTHORS file 2 // Please see the AUTHORS file
3 // for details. All rights reserved. Use of this source code 3 // for details. All rights reserved. Use of this source code
4 // is governed by a 4 // is governed by a
5 // BSD-style license that can be found in the LICENSE file. 5 // BSD-style license that can be found in the LICENSE file.
6 6
7 /** 7 /**
8 * Date/time formatting symbols for all locales. 8 * Date/time formatting symbols for all locales.
9 * 9 *
10 * DO NOT EDIT. This file is autogenerated by script. See 10 * DO NOT EDIT. This file is autogenerated by script. See
(...skipping 14136 matching lines...) Expand 10 before | Expand all | Expand 10 after
14147 'h:mm:ss a zzzz', 14147 'h:mm:ss a zzzz',
14148 'h:mm:ss a z', 14148 'h:mm:ss a z',
14149 'h:mm:ss a', 14149 'h:mm:ss a',
14150 'h:mm a' 14150 'h:mm a'
14151 ], 14151 ],
14152 DATETIMEFORMATS: const ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], 14152 DATETIMEFORMATS: const ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'],
14153 FIRSTDAYOFWEEK: 6, 14153 FIRSTDAYOFWEEK: 6,
14154 WEEKENDRANGE: const [5, 6], 14154 WEEKENDRANGE: const [5, 6],
14155 FIRSTWEEKCUTOFFDAY: 5) 14155 FIRSTWEEKCUTOFFDAY: 5)
14156 }; 14156 };
OLDNEW
« no previous file with comments | « packages/intl/lib/date_symbol_data_http_request.dart ('k') | packages/intl/lib/date_symbols.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698