Issue #2542304 by sorressean, dawehner: Define 'direction' in \Drupal\Core\Language\LanguageManager::getDefaultLockedLanguages

8.0.x
Alex Pott 2015-08-04 12:23:09 +01:00
parent 486038f775
commit fe5ed1a758
1 changed files with 1 additions and 0 deletions

View File

@ -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.