Problem/Motivation

I have a site with "EN-US" as default language. This language is not supported on localize.drupal.org. I am unable to use "drush site-install --existing-config" because it triggers an InstallerException

In install.core.inc line 2345:

  [Drupal\Core\Installer\Exception\InstallerException]
  Translation:The <em class="placeholder">en-us</em> translation is not available.<br /><br />The <em class="placeholder">en-us</em> translation file is not available at the translation server. <a href="/index.php">Choose a different language
  </a> or select English and translate your website later.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#6 3528061_d11.patch2.17 KBbekro
#3 3528061-3.patch2.1 KBwebflo

Issue fork drupal-3528061

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

webflo created an issue. See original summary.

webflo’s picture

Issue summary: View changes
webflo’s picture

StatusFileSize
new2.1 KB

Patch for 10.x

quietone’s picture

Version: 11.2.x-dev » 11.x-dev

In Drupal core changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies. Also mentioned on the version section of the list of issue fields documentation.

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.

bekro’s picture

StatusFileSize
new2.17 KB

Patch for D11