wagtail-bakery icon indicating copy to clipboard operation
wagtail-bakery copied to clipboard

Build command is not localizing dates

Open elomarns opened this issue 6 years ago • 1 comments

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

elomarns avatar Feb 05 '19 19:02 elomarns

Is this related to https://github.com/wagtail/wagtail-bakery/issues/15 ?

stevejalim avatar Sep 30 '19 11:09 stevejalim