diff --git a/core/modules/locale/lib/Drupal/locale/LocaleTranslation.php b/core/modules/locale/lib/Drupal/locale/LocaleTranslation.php index cac7a28..204de5e 100644 --- a/core/modules/locale/lib/Drupal/locale/LocaleTranslation.php +++ b/core/modules/locale/lib/Drupal/locale/LocaleTranslation.php @@ -7,6 +7,7 @@ namespace Drupal\locale; +use Drupal\Core\Language\Language; use Drupal\Core\StringTranslation\Translator\TranslatorInterface; use Drupal\locale\StringStorageInterface; use Drupal\locale\LocaleLookup;