\Yii::t('core', 'About us'), ]; } public function getLanguage() { return $this->hasOne(Language::className(), [ 'id' => 'language_id' ]); } }