1
0
Fork 0
fenix/l10n.toml

36 lines
474 B
TOML

basepath = "."
locales = [
"de",
"es",
"es-ES",
"et",
"eu",
"fr",
"gd",
"id",
"it",
"ja",
"ko",
"nl",
"pl",
"ru",
"sk",
"sv-SE",
"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"