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
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3528061_d11.patch | 2.17 KB | bekro |
| #3 | 3528061-3.patch | 2.1 KB | webflo |
Issue fork drupal-3528061
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 #2
webflo commentedComment #3
webflo commentedPatch for 10.x
Comment #4
quietone commentedIn 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.
Comment #6
bekro commentedPatch for D11