1
0
Fork 0
fenix/l10n.toml

108 lines
1.1 KiB
TOML
Raw Permalink Normal View History

2019-03-07 12:56:54 +01:00
basepath = "."
locales = [
2020-02-10 14:50:51 +01:00
"an",
"ar",
"ast",
"az",
"be",
"bg",
2020-02-10 14:50:51 +01:00
"bn",
"br",
"bs",
"ca",
2020-02-10 14:50:51 +01:00
"cak",
2020-01-03 20:59:08 +01:00
"co",
"cs",
2019-12-20 20:01:18 +01:00
"cy",
2020-02-10 14:50:51 +01:00
"da",
"de",
2020-01-20 20:07:18 +01:00
"dsb",
2020-02-10 14:50:51 +01:00
"el",
"en-CA",
2020-01-03 20:59:08 +01:00
"en-GB",
2020-02-10 14:50:51 +01:00
"eo",
"es",
"es-AR",
2020-02-10 14:50:51 +01:00
"es-CL",
"es-ES",
2020-03-04 01:04:50 +01:00
"es-MX",
"et",
"eu",
2019-12-20 20:01:18 +01:00
"fa",
2020-02-10 14:50:51 +01:00
"ff",
"fi",
"fr",
2020-01-03 20:59:08 +01:00
"fy-NL",
2020-02-10 14:50:51 +01:00
"ga-IE",
"gd",
2020-02-10 14:50:51 +01:00
"gn",
2020-01-03 20:59:08 +01:00
"gu-IN",
2019-12-20 20:01:18 +01:00
"he",
2020-02-10 14:50:51 +01:00
"hi-IN",
"hr",
2020-01-20 20:07:18 +01:00
"hsb",
"hu",
2020-02-10 14:50:51 +01:00
"hy-AM",
"id",
2020-02-10 14:50:51 +01:00
"is",
"it",
"ja",
2020-02-10 14:50:51 +01:00
"ka",
2019-12-20 20:01:18 +01:00
"kab",
2020-02-10 14:50:51 +01:00
"kk",
"kn",
"ko",
2020-02-10 14:50:51 +01:00
"lij",
2019-12-20 20:01:18 +01:00
"lo",
2020-02-10 14:50:51 +01:00
"lt",
2019-12-05 01:05:19 +01:00
"ml",
2020-02-10 14:50:51 +01:00
"mr",
"ms",
2020-02-10 14:50:51 +01:00
"my",
"nb-NO",
"ne-NP",
"nl",
2020-02-10 14:50:51 +01:00
"nn-NO",
"nv",
2020-02-10 14:50:51 +01:00
"oc",
"pa-IN",
"pl",
2020-01-20 20:07:18 +01:00
"pt-BR",
2020-02-10 14:50:51 +01:00
"pt-PT",
"rm",
"ro",
"ru",
"sk",
2020-02-10 14:50:51 +01:00
"sl",
"sq",
"sr",
2020-01-03 20:59:08 +01:00
"su",
"sv-SE",
"ta",
2020-02-10 14:50:51 +01:00
"te",
"th",
"tr",
2020-02-10 14:50:51 +01:00
"trs",
"uk",
2020-01-03 20:59:08 +01:00
"ur",
"uz",
2020-02-10 14:50:51 +01:00
"vec",
"vi",
"zh-CN",
"zh-TW",
2019-03-07 12:56:54 +01:00
]
# Expose the following branches to localization
# Changes to this list should be announced to the l10n team ahead of time.
branches = [
"master",
]
[env]
[[paths]]
reference = "app/src/main/res/values/strings.xml"
l10n = "app/src/main/res/values-{android_locale}/strings.xml"