-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathl10n.toml
86 lines (83 loc) · 1.54 KB
/
l10n.toml
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
# All files translated by the community by at least some locales should
# be covered by the [[paths]] in this file.
basepath = "."
locales = [
"cs",
"cy",
"de",
"el",
"en-GB",
"en",
"es-ES",
"es-MX",
"fi",
"fr",
"fy-NL",
"hu",
"ia",
"id",
"it",
"ja",
"nl",
"pt-BR",
"pt-PT",
"ru",
"sk",
"skr",
"sv-SE",
"tr",
"ug",
"uk",
"zh-CN",
"zh-TW"
]
[[paths]]
reference = "en/banner.ftl"
l10n = "{locale}/banner.ftl"
[[paths]]
reference = "en/brands.ftl"
l10n = "{locale}/brands.ftl"
[[paths]]
reference = "en/bundle.ftl"
l10n = "{locale}/bundle.ftl"
locales = [
"es-MX",
"fr",
]
[[paths]]
reference = "en/faq.ftl"
l10n = "{locale}/faq.ftl"
[[paths]]
reference = "en/freeonboarding.ftl"
l10n = "{locale}/freeonboarding.ftl"
[[paths]]
reference = "en/landing.ftl"
l10n = "{locale}/landing.ftl"
[[paths]]
reference = "en/layout.ftl"
l10n = "{locale}/layout.ftl"
[[paths]]
reference = "en/misc.ftl"
l10n = "{locale}/misc.ftl"
[[paths]]
reference = "en/modals.ftl"
l10n = "{locale}/modals.ftl"
[[paths]]
reference = "en/onboarding.ftl"
l10n = "{locale}/onboarding.ftl"
[[paths]]
reference = "en/phones.ftl"
l10n = "{locale}/phones.ftl"
locales = [
"es-MX",
"fr",
]
[[paths]]
reference = "en/profile.ftl"
l10n = "{locale}/profile.ftl"
[[paths]]
reference = "en/settings.ftl"
l10n = "{locale}/settings.ftl"
[[paths]]
reference = "en/whatsnew.ftl"
l10n = "{locale}/whatsnew.ftl"