bokmann / fullcalendar-rails

an asset gem containing Adam Shaw's excellent fullcalendar jquery plugin
MIT License
463 stars 155 forks source link

Change language of calendar #87

Closed elmoaaron closed 6 years ago

elmoaaron commented 6 years ago

the option "locale" does not work, the solution is adding the following line to aplication.js //= require fullcalendar/locale-all maybe you can add it to the readme

gr8bit commented 6 years ago

You should also be able to include selected languages by requiring fullcalendar/lang/... if you are just at it, maybe you could test it and change the readme? Simple PR from the github project mainpage would well be sufficient :)

elmoaaron commented 6 years ago

I tried many things, and the only way that did work was adding the line I wrote, and thanks I will try to add it to readme.

adrianotadao commented 6 years ago

If you want, I can add this and you can review the PR. What do you think?

elmoaaron commented 6 years ago

Go ahead ! :)