wagtail-nest / wagtail-bakery

A set of helpers for baking your Django Wagtail site out as flat files.
MIT License
182 stars 40 forks source link

Build command is not localizing dates #40

Open elomarns opened 5 years ago

elomarns commented 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
stevejalim commented 5 years ago

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