richie
richie copied to clipboard
Support for local calendars
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:
@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?
by 'setting', you mean the openedX settings, for example here: https://edxapp.demo.richie.education/account/settings ?
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