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

Side by Side Diff: lib/i18n/date_symbol_data.dart

Issue 10826216: Date formatting again with fixes (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 /** 5 /**
6 * Date/time formatting symbols for all locales. 6 * Date/time formatting symbols for all locales.
7 * 7 *
8 * DO NOT EDIT. This file is autogenerated by script. See 8 * DO NOT EDIT. This file is autogenerated by script. See
9 * 'http://go/generate_datetime_constants.py' using the --for_dart flag. 9 * 'http://go/generate_datetime_constants.py' using the --for_dart flag.
10 * 10 *
(...skipping 3528 matching lines...) Expand 10 before | Expand all | Expand 10 after
3539 'ikota yesi-4'], 3539 'ikota yesi-4'],
3540 AMPMS: const [ 'AM', 'PM'], 3540 AMPMS: const [ 'AM', 'PM'],
3541 DATEFORMATS: const [ 'EEEE dd MMMM y', 'd MMMM y', 'd MMM y', 3541 DATEFORMATS: const [ 'EEEE dd MMMM y', 'd MMMM y', 'd MMM y',
3542 'yyyy-MM-dd'], 3542 'yyyy-MM-dd'],
3543 TIMEFORMATS: const [ 'h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 3543 TIMEFORMATS: const [ 'h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a',
3544 'h:mm a'], 3544 'h:mm a'],
3545 FIRSTDAYOFWEEK: 6, 3545 FIRSTDAYOFWEEK: 6,
3546 WEEKENDRANGE: const [5, 6], 3546 WEEKENDRANGE: const [5, 6],
3547 FIRSTWEEKCUTOFFDAY: 5) 3547 FIRSTWEEKCUTOFFDAY: 5)
3548 }; 3548 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698