You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ended up setting python locale based on users locale and matching day names.
Seems to work quite well with a simple beautiful soup parse (for html codes) and lower() call.
Tested with following locales: en_GB, en_US, es_ES, it_IT, de_DE, sv_SE, bs_BA
See #11 for context.
All non-English locales need day name translations to properly work out the close/relative dates.
Possible approaches:
The text was updated successfully, but these errors were encountered: