openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
260 stars 84 forks source link

Support for local calendars #1141

Open perpi opened 4 years ago

perpi commented 4 years ago

Feature Request

The calendars of many people in different parts of the world are local and specific to that place. Is it possible to personalize the calendar (for courses) and change it to Chinese/Hijri(Lunar)/etc? For a functional localization, it is necessary to convert all dates to the local/national calendar used by the user:

The_Image_Didn't_Load

sampaccoud commented 4 years ago

@perpi We are using Django's tempate formatters for dates so this should be handled correctly by Django. Have you tried setting the date to arabic in the settings?

perpi commented 3 years ago

by 'setting', you mean the openedX settings, for example here: https://edxapp.demo.richie.education/account/settings ?

sampaccoud commented 3 years ago

No I meant in the Django settings of your Richie instance e.g. here for our sandbox: https://github.com/openfun/richie/blob/master/sandbox/settings.py