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(
|
||||
'default' => FALSE,
|
||||
'locked' => TRUE,
|
||||
'direction' => LanguageInterface::DIRECTION_LTR,
|
||||
);
|
||||
// This is called very early while initializing the language system. Prevent
|
||||
// early t() calls by using the TranslationWrapper.
|
||||
|
|
Loading…
Reference in New Issue