19 $title = $this->handle->getTitle();
20 $translation = Utilities::getMessageContent(
21 $this->handle->getKey(),
22 $this->handle->getCode(),
23 $title->getNamespace()
26 Services::getInstance()->getHookRunner()
27 ->onTranslatePrefillTranslation( $translation, $this->handle );
31 $fuzzy = MessageHandle::hasFuzzyString( $translation ) || $this->handle->isFuzzy();
32 $translation = str_replace( TRANSLATE_FUZZY,
'', $translation );
35 'language' => $this->handle->getCode(),
37 'value' => $translation,