|
@@ -153,6 +153,7 @@ class AdminExtractor implements ExtractorInterface, TranslatorInterface, Securit
|
|
|
public function trans($id, array $parameters = array(), $domain = null, $locale = null)
|
|
|
{
|
|
|
$this->addMessage($id, $domain);
|
|
|
+ return $id;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -161,6 +162,7 @@ class AdminExtractor implements ExtractorInterface, TranslatorInterface, Securit
|
|
|
public function transChoice($id, $number, array $parameters = array(), $domain = null, $locale = null)
|
|
|
{
|
|
|
$this->addMessage($id, $domain);
|
|
|
+ return $id;
|
|
|
}
|
|
|
|
|
|
/**
|