Page MenuHomePhabricator

[electrum] consistently download the locale files from github
ClosedPublic

Authored by PiRK on Sep 5 2024, 13:10.

Details

Summary

The linux AppImage and Windows build scripts use this way of downloading the locales, from a github repository with a specific checkpoint. Do the same thing for the source release and MacOS release, instead of attempting to fetch the latest translations from Electron Cash's crowdin repo (which have likely diverged a bit since the fork). This fixes a build failure after a recent change in crowdin's API.

Test Plan

contrib/build-linux/srcdist_docker/build.sh

On a MacOS VM:
contrib/osx/make_osx

Diff Detail