Update V8 to version 4.4.26.
[chromium-blink-merge.git] / build / config / locales.gni
bloba628007506c2f17eeb6b1b8579a87d0c03083c29
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # Note: keep in sync with below.
6 locales = [
7   "am",
8   "ar",
9   "bg",
10   "bn",
11   "ca",
12   "cs",
13   "da",
14   "de",
15   "el",
16   "en-GB",
17   "en-US",
18   "es-419",
19   "es",
20   "et",
21   "fa",
22   "fi",
23   "fil",
24   "fr",
25   "gu",
26   "he",
27   "hi",
28   "hr",
29   "hu",
30   "id",
31   "it",
32   "ja",
33   "kn",
34   "ko",
35   "lt",
36   "lv",
37   "ml",
38   "mr",
39   "ms",
40   "nb",
41   "nl",
42   "pl",
43   "pt-BR",
44   "pt-PT",
45   "ro",
46   "ru",
47   "sk",
48   "sl",
49   "sr",
50   "sv",
51   "sw",
52   "ta",
53   "te",
54   "th",
55   "tr",
56   "uk",
57   "vi",
58   "zh-CN",
59   "zh-TW",
62 # Same as the locales list but in the format Mac expects for output files:
63 # it uses underscores instead of hyphens, and "en" instead of "en-US".
64 locales_as_mac_outputs = [
65   "am",
66   "ar",
67   "bg",
68   "bn",
69   "ca",
70   "cs",
71   "da",
72   "de",
73   "el",
74   "en_GB",
75   "en",
76   "es_419",
77   "es",
78   "et",
79   "fa",
80   "fi",
81   "fil",
82   "fr",
83   "gu",
84   "he",
85   "hi",
86   "hr",
87   "hu",
88   "id",
89   "it",
90   "ja",
91   "kn",
92   "ko",
93   "lt",
94   "lv",
95   "ml",
96   "mr",
97   "ms",
98   "nb",
99   "nl",
100   "pl",
101   "pt_BR",
102   "pt_PT",
103   "ro",
104   "ru",
105   "sk",
106   "sl",
107   "sr",
108   "sv",
109   "sw",
110   "ta",
111   "te",
112   "th",
113   "tr",
114   "uk",
115   "vi",
116   "zh_CN",
117   "zh_TW",