public LocaleTranslation::__construct(StringStorageInterface $storage, CacheBackendInterface $cache, LockBackendInterface $lock, ConfigFactoryInterface $config_factory, LanguageManagerInterface $language_manager, RequestStack $request_stack)
Constructs a translator using a string storage.
Parameters
\Drupal\locale\StringStorageInterface $storage: Storage to use when looking for new translations.
\Drupal\Core\Cache\CacheBackendInterface $cache: The cache backend.
\Drupal\Core\Lock\LockBackendIn