[CORE][I18n][DEFAULTS] Remove I18nHelper

This commit is contained in:
Hugo Sales
2020-07-21 23:12:49 +00:00
committed by Hugo Sales
parent 339003f210
commit fffa17448f
5 changed files with 227 additions and 269 deletions

View File

@@ -245,7 +245,7 @@ class TransExtractor extends AbstractFileExtractor implements ExtractorInterface
for ($key = 0; $key < $tokenIterator->count(); ++$key) {
foreach ($this->sequences as $sequence) {
$message = '';
$domain = I18nHelper::_mdomain($filename);
$domain = I18n::_mdomain($filename);
$tokenIterator->seek($key);
foreach ($sequence as $sequenceKey => $item) {