1
0
Fork 0

Add l10n configuration for Fenix

master
Axel Hecht 2019-03-07 12:56:54 +01:00 committed by Jeff Boek
parent 205af4153d
commit 9ea5a02b82
1 changed files with 17 additions and 0 deletions

17
l10n.toml 100644
View File

@ -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"