From b297eaf3d6e8bc90ccafd33f51e08220c62cd322 Mon Sep 17 00:00:00 2001 From: Francesco Lodolo Date: Tue, 14 Feb 2023 11:25:36 +0100 Subject: [PATCH] Update TOML file for Firefox for Android (#1027) --- app/scripts/glossaire.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/glossaire.sh b/app/scripts/glossaire.sh index 2cb53351..7defb331 100755 --- a/app/scripts/glossaire.sh +++ b/app/scripts/glossaire.sh @@ -307,7 +307,7 @@ function updateAndroidl10n() { fi echogreen "Extract strings for android-l10n" cd $install - nice -20 $install/app/scripts/tmx/tmx_projectconfig.py $android_l10n/mozilla-mobile.toml --ref en-US --repo android_l10n + nice -20 $install/app/scripts/tmx/tmx_projectconfig.py $android_l10n/firefox.toml --ref en-US --repo android_l10n nice -20 $install/app/scripts/tmx/tmx_projectconfig.py $android_l10n/mozilla-mobile/focus-android/l10n.toml --ref en-US --repo android_l10n --append --prefix mozilla-mobile/focus-android }