Hi
Can you tell me more clearly, where do you want the transalte to be, please send me a picture where you want the transalte
I will check it for you
Thanks
I just want them to be displayed in French.
Apartment The scrip js displays the dates according to the local value.
At home it does not work, so I changed in fullcalendar.js for the compsant and module Shuddle
function getMomentLocaleData(localeCode) {
return moment.localeData(localeCode) || moment.localeData('en');
}]
in
function getMomentLocaleData(localeCode) {
return moment.localeData('fr') || moment.localeData('en');
}
but I'm not sure that it's very good and I did not find for the other modules.
Hi
But the rest of the modules only show the date in English, and it's simple to understand because it's common English words.
If you really want to translate into french I will still translate but which module you need to use
I think you are very knowledgeable about code, I think you can also fix the code yourself to translate
Thanks