BoltTranslate / Translate

Provides translation for contenttypes.
Other
43 stars 38 forks source link

[RFC] Feature request: provide redirects for pre-translated sites #163

Open peterboorsma opened 6 years ago

peterboorsma commented 6 years ago

This is something I encounter when translating existing sites:

An example url of a page on a site without translations: example.com/contenttype/this-is-a-record

After implementing the translate extension, you get something like this: example.com/en/contenttype/this-is-a-record

The first url now produces a 404 error. It would be nice to implement a fallback so the old url's somehow redirect automatically to the default locale.

It's possible that this already an option and I just missed it somehow :) If not, this would be a very useful feature.

SvanteRichter commented 6 years ago

IIRC you can do this with the redirector extension, but it might be nice to have automatically in translate too :)