Yep, full calendar. I found the language files but I am strugling to translate them. Whenever I change the t.lang from the one inside the file I am using to translate, it wont load.
Here is the english language file which I translated https://www.dropbox.com/s/8q0lzo15aa707o6/sr.js
I translated everything I could find but when I am on the calendar page it shows me these english words: MONTH WEEK DAY, ALL DAY ( see here: http://prntscr.com/3pawms , here: http://prntscr.com/3pawvd and here: http://prntscr.com/3pax03 )
I found this line in another language file that is missing in english and I translated it and tried to insert it in my file:
e.fullCalendar.lang(“en-gb”,{buttonText:{month:”Месец”,week:”Недеља”,day:”Дан”,list:”Агенда”},allDayText:”Целодневни”})});
But it just wont work. Any idea how to bypass this?
I partly bypassed this problem by translating ca.js but I dont understand half of what is inside so its just half translated :D