fizyk / pyramid_localize

Package to provide translation methods for pyramid, and means to reload translations without stopping the application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to set alternate content links leading to same page in different language

fizyk opened this issue · comments

Page might have different slug (not onky the language prefix might differ).

There should be possibility to create a collection of urls for given route leading to same destination, but in different language.

Preferably, all these links should be injected into document's head with

<link rel="alternate" hreflang="<locale>" type="text/html" href="<translated_uri>"/>