Add l10n configuration for Fenix

nightly-build-test
Axel Hecht 5 years ago committed by Jeff Boek
parent 205af4153d
commit 9ea5a02b82

@ -0,0 +1,17 @@
basepath = "."
locales = [
]
# 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"
Loading…
Cancel
Save