[RFC] i18n

Working on translation for my blog I wanted a way to get a localized page from a template but get_page the page corresponding to path but is not translation-aware. The easiest way i’ve found is to implement a has_page function and then make a i18n_page macro.

But of course patching zola on my side is not my favorite solution so i’m here to ask what do you think or recommend for get_page translations?