You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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',.
The text was updated successfully, but these errors were encountered:
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',
.The text was updated successfully, but these errors were encountered: