From fcd3382e3da4754e355e0f3f17985ebdd0f75993 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari <s.kaspari@gmail.com> Date: Wed, 14 Nov 2018 15:02:22 +0100 Subject: [PATCH] Add l10n.toml file for L10N tooling. --- l10n.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 l10n.toml diff --git a/l10n.toml b/l10n.toml new file mode 100644 index 000000000..a6d20d244 --- /dev/null +++ b/l10n.toml @@ -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" +