mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-21 17:20:57 +08:00
Removed exception translation, updated translations
This commit is contained in:
@@ -20,6 +20,6 @@ class Exception extends \yii\db\Exception
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
return \Yii::t('yii', 'Elasticsearch Database Exception');
|
||||
return 'Elasticsearch Database Exception';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user