Edofre / yii2-fullcalendar

Yii 2 component for easy fullcalendar integration
MIT License
27 stars 9 forks source link

Invalid path to the language file #4

Closed s1lver closed 7 years ago

s1lver commented 7 years ago

In some cases, there is no true definition of the path to the language file.

Some steps:

  1. Add to composer required section "edofre/yii2-fullcalendar": "@dev",
  2. Installing the vendor package
  3. Including the fullcalendar widget etc.
  4. Put the error message and do not translate message

Failed to load resource: the server responded with a status of 404 (Not Found) .../assets/1870ec20/lang-all.js

Edofre commented 7 years ago

You're right, Fullcalendar 3.0 changed the names/locations of the language files. Working on a fix now.

Edofre commented 7 years ago

@s1lver If you update your composer.json to include version: "V1.0.4" it should be fixed. Thanks for letting me know!

s1lver commented 7 years ago

Ok, thanks!