Bug 1575399 [wpt PR 18572] - [LayoutNG] Give flex items their stretched size earlier...
[gecko.git] / intl / locales / moz.build
bloba952f6ebb491a3625aec27d1f47fb4567bdb58e7
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 locales = [
8     'af',
9     'bg',
10     'ca',
11     'cy',
12     'da',
13     'de-1901',
14     'de-1996',
15     'de-CH',
16     # 'en-US',  # en-US is renamed -- see below.
17     'eo',
18     'es',
19     'et',
20     'fi',
21     'fr',
22     'gl',
23     'hr',
24     'hsb',
25     'hu',
26     'ia',
27     'is',
28     'it',
29     'kmr',
30     'la',
31     'lt',
32     'mn',
33     'nb',
34     'nl',
35     'nn',
36     'pl',
37     'pt',
38     'ru',
39     'sh',
40     'sl',
41     'sv',
42     'tr',
43     'uk',
45 filename = '{locale}/hyphenation/hyph_{locale}.dic'
46 FINAL_TARGET_FILES.hyphenation += [filename.format(locale=locale) for locale in locales]
47 # en-US is a special case: the dic file is named like en_US.
48 FINAL_TARGET_FILES.hyphenation += ['en-US/hyphenation/hyph_en_US.dic']