Skip to content
Snippets Groups Projects
Commit fda2d671 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1392208 follow-up by Gábor Hojtsy, steinmb, Artusamak, penyaskito:...

Issue #1392208 follow-up by Gábor Hojtsy, steinmb, Artusamak, penyaskito: Re-fixed Impossible to install Drupal in a non-English language when following the provided instructions. ;)
parent 4c2bd968
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -89,11 +89,14 @@ INSTALLATION
- Download a translation file for the correct Drupal version and language
from the translation server: http://localize.drupal.org/translate/downloads
- Place the file into your installation profile's translations
directory. For instance, if you are using the Standard install profile,
move the .po file into the directory:
- Place the file into the dedicated translations directory. By default this
directory is:
profiles/standard/translations/
sites/default/files/translations/
If the directory doesn't exist, you should create it. Make sure your file
is named drupal-VERSION.LANGCODE.po (for example, the German
translation for Drupal 8.0 should be named drupal-8.0.de.po).
For detailed instructions, visit http://drupal.org/localize
......
......@@ -1336,7 +1336,6 @@ function install_select_language_form($form, &$form_state, $files) {
'#options' => $select_options,
// Use the browser detected language as default or English if nothing found.
'#default_value' => !empty($browser_langcode) ? $browser_langcode : 'en',
'#size' => min(count($select_options), 10),
);
if (count($files) == 1) {
......
This directory should be used to place downloaded translations
for installing Drupal core.
This directory should be used to place downloaded translations
for installing Drupal core.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment