philippfrenzel / yii2fullcalendar

JQuery Fullcalendar Yii2 Extension
GNU General Public License v2.0
132 stars 95 forks source link

404 Error: Locale language file not found #126

Open waynezwf opened 6 years ago

waynezwf commented 6 years ago

In class CoreAsset and in function registerAssetFiles, I was add line :

$language = $this->language ? $this->language : Yii::$app->language; $language = strtolower($language);

waynezwf commented 6 years ago

It has an other way to fix it. Set a lang option in yii2fullcalendar options.