Issue #2542304 by sorressean, dawehner: Define 'direction' in \Drupal\Core\Language\LanguageManager::getDefaultLockedLanguages
parent
486038f775
commit
fe5ed1a758
|
@ -207,6 +207,7 @@ class LanguageManager implements LanguageManagerInterface {
|
||||||
$locked_language = array(
|
$locked_language = array(
|
||||||
'default' => FALSE,
|
'default' => FALSE,
|
||||||
'locked' => TRUE,
|
'locked' => TRUE,
|
||||||
|
'direction' => LanguageInterface::DIRECTION_LTR,
|
||||||
);
|
);
|
||||||
// This is called very early while initializing the language system. Prevent
|
// This is called very early while initializing the language system. Prevent
|
||||||
// early t() calls by using the TranslationWrapper.
|
// early t() calls by using the TranslationWrapper.
|
||||||
|
|
Loading…
Reference in New Issue