2amigos / yii2-file-upload-widget

BlueImp File Upload Widget for Yii2
Other
252 stars 140 forks source link

Yii::t shouldn't use 'app' as message category #73

Closed theinspire closed 7 years ago

theinspire commented 8 years ago

This construction in src/views/uploadButton.phpuploadButton.php <span><?= Yii::t('app', 'Select file...') ?></span> generates exception every time when FileUpload::run() execute if there is no the 'app' message category.

Probably, 'fileupload' message category is more suitable in this case.

tonydspaniard commented 8 years ago

I will add its very own translations... thanks