Constructs a translator using a string storage.
\Drupal\locale\StringStorageInterface $storage: Storage to use when looking for new translations.
public function __construct(StringStorageInterface $storage) { $this->storage = $storage; }