From 9ea5a02b8212e186fd42468709f1b853d4758b47 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Thu, 7 Mar 2019 12:56:54 +0100 Subject: [PATCH] Add l10n configuration for Fenix --- l10n.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 l10n.toml diff --git a/l10n.toml b/l10n.toml new file mode 100644 index 000000000..b60ad6e13 --- /dev/null +++ b/l10n.toml @@ -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"