We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7a93f commit abb82e6Copy full SHA for abb82e6
messages/en/w.php
@@ -54,4 +54,5 @@
54
'breadcrumb index' => 'Index',
55
56
'need login' => 'login first :)',
57
+ 'something went wrong' => 'Something Wrong',
58
];
messages/zh/w.php
@@ -55,4 +55,5 @@
'breadcrumb index' => '首页',
'need login' => '请先登录,再操作:)',
+ 'something went wrong' => '出错',
59
views/site/error.php
@@ -16,8 +16,7 @@
16
<h1 class="grey lighter smaller">
17
<span class="blue bigger-125">
18
<i class="icon-random"></i>
19
-Something Went Wrong
20
-
+ <?= \yii::t('w', 'something went wrong') ?>
21
</span>
22
</h1>
23
0 commit comments