calendar_monthly icon indicating copy to clipboard operation
calendar_monthly copied to clipboard

Is there a way to change the first day of the week?

Open Ra7t0r opened this issue 5 years ago • 8 comments

Is there a way to change the first day of the week? Any updates?

Thanks

Originally posted by @Ra7t0r in https://github.com/KirAsh4/calendar_monthly/issues/8#issuecomment-482827314

Ra7t0r avatar Apr 13 '19 16:04 Ra7t0r

go to your config.js file and change the language (globally, not module specific) to "en-GB"... that will make monday the first day of the week.

cerberus82 avatar Oct 12 '19 10:10 cerberus82

That works, thanks! Remember though to call npm install after changing the configuration.

fluentlydata avatar Nov 03 '19 11:11 fluentlydata

So question on this, my language is set to "en" in my config.js but in the Calendar mod, Monday is my first day of the week already. I would like to change it to show as Sunday being the first day as traditional calendars go. I am not used to seeing Sunday at the end of the week. Is there a way to make this change?

Bolovai avatar Mar 03 '21 16:03 Bolovai

Changing the config.js to "en-GB" didn't do it for me...

Hristov94 avatar May 10 '22 08:05 Hristov94

I have my local set to Germany as we also have Monday as the first day.

language: "en",
locale: "de-DE",

I ran npm install again, even completely removed the directory and reinstalled the module but still showing Sunday as the first day.

hesspoint avatar Sep 25 '22 13:09 hesspoint

Any other known fixes ?

Hristov94 avatar Mar 17 '23 16:03 Hristov94

Have you tried language: "en-gb", if I remember correctly using language: "en-GB", didn't work for me either. I don't remember if I had to reinstall module or reinstall and reboot.

meaple avatar Mar 17 '23 18:03 meaple

O damn, so stupid of me.., Language, not locale... Yes, it worked !!! My god, thank you so much!

Hristov94 avatar Mar 17 '23 19:03 Hristov94