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 }