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

Command icon 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

alexpott created an issue. See original summary.

alexpott’s picture

Status: Active » Needs review
chr.fritsch’s picture

Status: Needs review » Reviewed & tested by the community

I tried it manually and it works fine. Also it made the installation about 5% faster :)

  • chr.fritsch committed 1652543a on 1.0.x authored by alexpott
    Issue #3524389: During an installation of Drupal we will try to download...
chr.fritsch’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.