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

Side by Side Diff: intl/lib/src/data/dates/locale_list.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
« no previous file with comments | « intl/lib/src/data/dates/README.txt ('k') | intl/lib/src/data/dates/patterns/af.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 // BSD-style license that can be found in the LICENSE file.
4
5 /// Hard-coded list of all available locales for dates.
6 final availableLocalesForDateFormatting = const [
7 "en_ISO",
8 "af",
9 "am",
10 "ar",
11 "az",
12 "bg",
13 "bn",
14 "br",
15 "ca",
16 "chr",
17 "cs",
18 "cy",
19 "da",
20 "de",
21 "de_AT",
22 "de_CH",
23 "el",
24 "en",
25 "en_AU",
26 "en_GB",
27 "en_IE",
28 "en_IN",
29 "en_SG",
30 "en_US",
31 "en_ZA",
32 "es",
33 "es_419",
34 "es_ES",
35 "et",
36 "eu",
37 "fa",
38 "fi",
39 "fil",
40 "fr",
41 "fr_CA",
42 "gl",
43 "gsw",
44 "gu",
45 "haw",
46 "he",
47 "hi",
48 "hr",
49 "hu",
50 "hy",
51 "id",
52 "in",
53 "is",
54 "it",
55 "iw",
56 "ja",
57 "ka",
58 "kk",
59 "km",
60 "kn",
61 "ko",
62 "ky",
63 "ln",
64 "lo",
65 "lt",
66 "lv",
67 "mk",
68 "ml",
69 "mn",
70 "mr",
71 "ms",
72 "mt",
73 "my",
74 "nb",
75 "ne",
76 "nl",
77 "no",
78 "no_NO",
79 "or",
80 "pa",
81 "pl",
82 "pt",
83 "pt_BR",
84 "pt_PT",
85 "ro",
86 "ru",
87 "si",
88 "sk",
89 "sl",
90 "sq",
91 "sr",
92 "sv",
93 "sw",
94 "ta",
95 "te",
96 "th",
97 "tl",
98 "tr",
99 "uk",
100 "ur",
101 "uz",
102 "vi",
103 "zh",
104 "zh_CN",
105 "zh_HK",
106 "zh_TW",
107 "zu"
108 ];
OLDNEW
« no previous file with comments | « intl/lib/src/data/dates/README.txt ('k') | intl/lib/src/data/dates/patterns/af.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698