kartik-v / yii2-export

A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)
http://demos.krajee.com/export
Other
165 stars 126 forks source link

Installed/Updated yii2-export: Unable to locate message source for category 'kvexport'. #367

Open neoacevedo opened 1 year ago

neoacevedo commented 1 year ago

This issue happens inside the export format config when I try to setup alertMsg option. The error message happens when I set 'alertMsg' => Yii::t('kvexport', 'The EXCEL export file will be generated for download.'),

Now, if I try to setup the i18n in web.config for yii2 export, I get the following: Invalid path alias: @kvexport/messages, to fix it, I have to set the config as 'basePath' => '@vendor/kartik-v/yii2-export/src/messages',.