'#description'=>t('Select how frequently you want to check for new interface translations for your currently installed modules and themes. <a href="@url">Check updates now</a>.',array('@url'=>$this->url('locale.check_translation'))),
'#description'=>$this->t('Select how frequently you want to check for new interface translations for your currently installed modules and themes. <a href="@url">Check updates now</a>.',array('@url'=>$this->url('locale.check_translation'))),
);
if($directory=$config->get('translation.path')){
$description=t('Translation files are stored locally in the %path directory. You can change this directory on the <a href="@url">File system</a> configuration page.',array('%path'=>$directory,'@url'=>$this->url('system.file_system_settings')));
$description=$this->t('Translation files are stored locally in the %path directory. You can change this directory on the <a href="@url">File system</a> configuration page.',array('%path'=>$directory,'@url'=>$this->url('system.file_system_settings')));
}
else{
$description=t('Translation files will not be stored locally. Change the Interface translation directory on the <a href="@url">File system configuration</a> page.',array('@url'=>$this->url('system.file_system_settings')));
$description=$this->t('Translation files will not be stored locally. Change the Interface translation directory on the <a href="@url">File system configuration</a> page.',array('@url'=>$this->url('system.file_system_settings')));