Skip to content

Commit

Permalink
Add l10n.toml file for L10N tooling.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo authored and Amejia481 committed Nov 14, 2018
1 parent e3f4e27 commit fcd3382
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions l10n.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

basepath = "."

locales = [

]
[env]

[[paths]]
reference = "app/src/main/res/values/strings.xml"
l10n = "{l10n_base}/app/src/main/res/values-{android_locale}/strings.xml"

0 comments on commit fcd3382

Please sign in to comment.