add procurement translatiosn

This commit is contained in:
2015-09-25 19:06:24 +02:00
parent fe61803670
commit cdb77b7a49
5 changed files with 48 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ use yii\widgets\DetailView;
/* @var $this yii\web\View */
/* @var $model common\models\Procurement */
$this->title = $model->id_procurement;
$this->title = Yii::t('common/procurement','Procurement') .' ' . $model->id_procurement;
$this->params['breadcrumbs'][] = ['label' => Yii::t('common/procurement', 'Procurements'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
@@ -42,7 +42,6 @@ $this->params['breadcrumbs'][] = $this->title;
'format' => 'raw'
],
'created_at:datetime',
'updated_at:datetime',
],
]) ?>