1
0
Fork 0
fenix/l10n.toml

61 lines
695 B
TOML

basepath = "."
locales = [
"bg",
"ca",
"co",
"cs",
"cy",
"de",
"dsb",
"en-GB",
"es",
"es-AR",
"es-ES",
"et",
"eu",
"fa",
"fi",
"fr",
"fy-NL",
"gd",
"gu-IN",
"he",
"hsb",
"hu",
"id",
"it",
"ja",
"kab",
"ko",
"lo",
"ml",
"nl",
"nv",
"pa-IN",
"pl",
"pt-BR",
"ru",
"sk",
"su",
"sv-SE",
"ta",
"tr",
"ur",
"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"