mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-10-31 09:20:25 +00:00
0d977a5e2d
We should leave l10n.toml untouched unless the l10n team wants to change it.
108 lines
1.1 KiB
TOML
108 lines
1.1 KiB
TOML
|
|
basepath = "."
|
|
|
|
locales = [
|
|
"an",
|
|
"ar",
|
|
"ast",
|
|
"az",
|
|
"be",
|
|
"bg",
|
|
"bn",
|
|
"br",
|
|
"bs",
|
|
"ca",
|
|
"cak",
|
|
"co",
|
|
"cs",
|
|
"cy",
|
|
"da",
|
|
"de",
|
|
"dsb",
|
|
"el",
|
|
"en-CA",
|
|
"en-GB",
|
|
"eo",
|
|
"es",
|
|
"es-AR",
|
|
"es-CL",
|
|
"es-ES",
|
|
"es-MX",
|
|
"et",
|
|
"eu",
|
|
"fa",
|
|
"ff",
|
|
"fi",
|
|
"fr",
|
|
"fy-NL",
|
|
"ga-IE",
|
|
"gd",
|
|
"gn",
|
|
"gu-IN",
|
|
"he",
|
|
"hi-IN",
|
|
"hr",
|
|
"hsb",
|
|
"hu",
|
|
"hy-AM",
|
|
"id",
|
|
"is",
|
|
"it",
|
|
"ja",
|
|
"ka",
|
|
"kab",
|
|
"kk",
|
|
"kn",
|
|
"ko",
|
|
"lij",
|
|
"lo",
|
|
"lt",
|
|
"ml",
|
|
"mr",
|
|
"ms",
|
|
"my",
|
|
"nb-NO",
|
|
"ne-NP",
|
|
"nl",
|
|
"nn-NO",
|
|
"nv",
|
|
"oc",
|
|
"pa-IN",
|
|
"pl",
|
|
"pt-BR",
|
|
"pt-PT",
|
|
"rm",
|
|
"ro",
|
|
"ru",
|
|
"sk",
|
|
"sl",
|
|
"sq",
|
|
"sr",
|
|
"su",
|
|
"sv-SE",
|
|
"ta",
|
|
"te",
|
|
"th",
|
|
"tr",
|
|
"trs",
|
|
"uk",
|
|
"ur",
|
|
"uz",
|
|
"vec",
|
|
"vi",
|
|
"zh-CN",
|
|
"zh-TW",
|
|
]
|
|
|
|
# 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"
|