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

Side by Side Diff: packages/intl/lib/src/data/dates/locale_list.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 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
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 sourcecode is governed by a 2 // for details. All rights reserved. Use of this sourcecode 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 /// Hard-coded list of all available locales for dates. 5 /// Hard-coded list of all available locales for dates.
6 final availableLocalesForDateFormatting = const [ 6 final availableLocalesForDateFormatting = const [
7 "en_ISO", 7 "en_ISO",
8 "af", 8 "af",
9 "am", 9 "am",
10 "ar", 10 "ar",
11 "az", 11 "az",
12 "be",
12 "bg", 13 "bg",
13 "bn", 14 "bn",
14 "br", 15 "br",
16 "bs",
15 "ca", 17 "ca",
16 "chr", 18 "chr",
17 "cs", 19 "cs",
18 "cy", 20 "cy",
19 "da", 21 "da",
20 "de", 22 "de",
21 "de_AT", 23 "de_AT",
22 "de_CH", 24 "de_CH",
23 "el", 25 "el",
24 "en", 26 "en",
25 "en_AU", 27 "en_AU",
28 "en_CA",
26 "en_GB", 29 "en_GB",
27 "en_IE", 30 "en_IE",
28 "en_IN", 31 "en_IN",
29 "en_SG", 32 "en_SG",
30 "en_US", 33 "en_US",
31 "en_ZA", 34 "en_ZA",
32 "es", 35 "es",
33 "es_419", 36 "es_419",
34 "es_ES", 37 "es_ES",
38 "es_MX",
39 "es_US",
35 "et", 40 "et",
36 "eu", 41 "eu",
37 "fa", 42 "fa",
38 "fi", 43 "fi",
39 "fil", 44 "fil",
40 "fr", 45 "fr",
41 "fr_CA", 46 "fr_CA",
47 "ga",
42 "gl", 48 "gl",
43 "gsw", 49 "gsw",
44 "gu", 50 "gu",
45 "haw", 51 "haw",
46 "he", 52 "he",
47 "hi", 53 "hi",
48 "hr", 54 "hr",
49 "hu", 55 "hu",
50 "hy", 56 "hy",
51 "id", 57 "id",
(...skipping 30 matching lines...) Expand all
82 "pt", 88 "pt",
83 "pt_BR", 89 "pt_BR",
84 "pt_PT", 90 "pt_PT",
85 "ro", 91 "ro",
86 "ru", 92 "ru",
87 "si", 93 "si",
88 "sk", 94 "sk",
89 "sl", 95 "sl",
90 "sq", 96 "sq",
91 "sr", 97 "sr",
98 "sr_Latn",
92 "sv", 99 "sv",
93 "sw", 100 "sw",
94 "ta", 101 "ta",
95 "te", 102 "te",
96 "th", 103 "th",
97 "tl", 104 "tl",
98 "tr", 105 "tr",
99 "uk", 106 "uk",
100 "ur", 107 "ur",
101 "uz", 108 "uz",
102 "vi", 109 "vi",
103 "zh", 110 "zh",
104 "zh_CN", 111 "zh_CN",
105 "zh_HK", 112 "zh_HK",
106 "zh_TW", 113 "zh_TW",
107 "zu" 114 "zu"
108 ]; 115 ];
OLDNEW
« no previous file with comments | « packages/intl/lib/number_symbols_data.dart ('k') | packages/intl/lib/src/data/dates/patterns/af.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698