Closed
Description
I'm not sure this is feasible, but maybe we should build all possible pages that exist from en
in every language using the localized templates (header, footer, etc), and use those pages as the fall-backs rather than the actual english pages.
This has two obvious downsides, beyonds complexity:
- Build times would be dramatically increased.
- Build output size.
Perhaps a bit more involved, maybe we can get nginx to serve some sort of partials where we concat the header to the body directly during serving? Is that even possible? I have no idea.