Problem/Motivation
If you disabled you internet connection and try to install a site from config that uses locale_deploy we will still try to download translations due to install_config_download_translations().
Steps to reproduce
Turn off the internet and run a site install.
Proposed resolution
Set the install_state translations property with locale_deploy install hook.
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None
Issue fork locale_deploy-3524389
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
alexpottComment #4
chr.fritschI tried it manually and it works fine. Also it made the installation about 5% faster :)
Comment #6
chr.fritsch