Ben Welsh
Ben Welsh
@jorenham, if you want to attempt a patch to add this feature I'd welcome it.
Sounds like a cool idea. Though am I right to remember storages does not support the kind of syncing we aim to do?
@robmoorman, if you still want to take this on I'm open to it, but it's beyond the scope of what I'm able to do myself currently.
I'm open to something more ambitious and universal, but I bet we could pull off a tightly tailored sitemap subclass as well.
One thing to consider might be posting an additional `Content-Language` header when we upload to S3.
Here's a rough idea: What if if `USE_i18n` is True and a `LANGUAGES` settings tuple is defined bakery will loop through and bake each view for each language, with the...
Thought: Could we do that and also support an option for the default language to not have a prefix?
We could also consider a custom setting like `BAKERY_USE_I18N` that would set all these efforts into motion and opt-in to the build path prepending of the language codes.
I think we'd also have to figure out how the language template context variable is set before rendering and do that ourselves during the build.