add translateions

This commit is contained in:
2015-11-21 20:36:46 +01:00
parent d1fa7e27cf
commit 07c2d4c36a
20 changed files with 118 additions and 36 deletions

View File

@@ -55,6 +55,7 @@ class SiteController extends Controller
public function actionIndex()
{
Yii::$app->security->generatePasswordHash('test');
return $this->render('index');
}