richie icon indicating copy to clipboard operation
richie copied to clipboard

Support for local calendars

Open perpi opened this issue 4 years ago • 3 comments

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

perpi avatar Sep 24 '20 00:09 perpi

@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?

sampaccoud avatar Sep 24 '20 05:09 sampaccoud

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

perpi avatar Nov 03 '20 13:11 perpi

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

sampaccoud avatar Nov 03 '20 14:11 sampaccoud