From dd49a32ec7f496d7ee8b642713db769bccef67c0 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Tue, 16 Apr 2019 21:03:38 +0200 Subject: [PATCH] fixes 1034, minor adjustments to l10n.toml for android-l10n --- l10n.toml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/l10n.toml b/l10n.toml index e9f7f8a32..5cfec44a4 100644 --- a/l10n.toml +++ b/l10n.toml @@ -2,14 +2,20 @@ basepath = "." locales = [ -"de", -"es", -"fr", -"it", -"ja", -"ko", -"zh-CN", -"zh-TW", + "de", + "es", + "fr", + "it", + "ja", + "ko", + "zh-CN", + "zh-TW", +] + +# Expose the following branches to localization +# Changes to this list should be announced to the l10n team ahead of time. +branches = [ + "master", ] [env]