summaryrefslogtreecommitdiffstats
path: root/comm/mail/locales/l10n.toml
blob: ab9fb19d03fd77c9cc02945bb83bb6854ac419ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

basepath = "../.."

locales = [
    "af",
    "ar",
    "ast",
    "be",
    "bg",
    "br",
    "ca",
    "cak",
    "cs",
    "cy",
    "da",
    "de",
    "dsb",
    "el",
    "en-CA",
    "en-GB",
    "es-AR",
    "es-ES",
    "es-MX",
    "et",
    "eu",
    "fi",
    "fr",
    "fy-NL",
    "ga-IE",
    "gd",
    "gl",
    "he",
    "hr",
    "hsb",
    "hu",
    "hy-AM",
    "id",
    "is",
    "it",
    "ja",
    "ja-JP-mac",
    "ka",
    "kab",
    "kk",
    "ko",
    "lv",
    "lt",
    "mk",
    "ms",
    "nb-NO",
    "nl",
    "nn-NO",
    "pa-IN",
    "pl",
    "pt-BR",
    "pt-PT",
    "rm",
    "ro",
    "ru",
    "sk",
    "sl",
    "sq",
    "sr",
    "sv-SE",
    "th",
    "tr",
    "uk",
    "uz",
    "vi",
    "zh-CN",
    "zh-TW",
]

[env]
    l = "{l10n_base}/{locale}/"
    mozilla = ".."


[[paths]]
    reference = "mail/locales/en-US/**"
    l10n = "{l}mail/**"

[[paths]]
    reference = "chat/locales/en-US/**"
    l10n = "{l}chat/**"

[[paths]]
    reference = "mail/branding/thunderbird/locales/en-US/**"
    l10n = "{l}mail/branding/thunderbird/**"

[[includes]]
    path = "{mozilla}/devtools/client/locales/l10n.toml"

[[includes]]
    path = "{mozilla}/toolkit/locales/l10n.toml"

[[includes]]
    path = "calendar/locales/l10n.toml"

[[paths]]
    reference = "{mozilla}/devtools/startup/locales/en-US/**"
    l10n = "{l}devtools/startup/**"

# all-l10n.js can be missing completely
[[filters]]
    path = [
        "{l}mail/all-l10n.js",
    ]
    action = "ignore"