diff -r 909f866430ee -r 4ac678bd2a26 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Sun Jun 28 08:52:27 2020 +0200 +++ b/MozillaFirefox/create-tar.sh Thu Jul 23 16:00:58 2020 +0200 @@ -181,10 +181,7 @@ BUILD_ID=$(get_build_number "$VERSION$VERSION_SUFFIX") if [ -z ${SKIP_LOCALES+x} ]; then - # TODO: Thunderbird has usually "default" as locale entry. - # There we probably need to double-check Firefox-locals - # For now, just download every time for Thunderbird - if [ "$PRODUCT" = "firefox" ] && [ "$PREV_VERSION" != "" ] && locales_unchanged "$BUILD_ID"; then + if [ "$PREV_VERSION" != "" ] && locales_unchanged "$BUILD_ID"; then printf "%-40s: Did not change. Skipping.\n" "locales" LOCALES_CHANGED=0 else