Open elomarns opened 5 years ago
When I view the pages through page preview they have localized dates, but the same doesn't happen when I build them. These are the relevant configurations:
LANGUAGE_CODE = 'pt-br' LANGUAGES = (('pt-br', 'Brazilian Portuguese'),) TIME_ZONE = 'America/Sao_Paulo' USE_I18N = True USE_L10N = True
Is this related to https://github.com/wagtail/wagtail-bakery/issues/15 ?
When I view the pages through page preview they have localized dates, but the same doesn't happen when I build them. These are the relevant configurations: