BoltTranslate / Translate

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

Selectively disable automatic routing override on a route basis #162

Closed padawan closed 6 years ago

padawan commented 6 years ago

Option to disable the global automatic routing override on a route while still enabling it for the other routes.

Use case: while translating an existing site, one might want to serve both /page and /{_locale}/page while using the global automatic locale override, without the hassle of having to switch it off and redefine the whole routing for all translatable content types.

SvanteRichter commented 6 years ago

Hey, sorry it's taken me some time to look at this. It looks like a good addition, could you rebase it and adapt it to the new docs format?

padawan commented 6 years ago

I'll try. I'm not a Git wizard at all, so I'm trying to understand what that means. I'm guessing I need to resolve the conflict with the README.md file which appears to have changed after I forked the repo, right? (Clicking on the "Resolve conflicts" button above doesn't do anything, but that might just be a temporary GitHub/network glitch.)

SvanteRichter commented 6 years ago

Closing cause conflicts, rebase locally and then push to your branch :) See for example here for instructions: https://benmarshall.me/git-rebase/

padawan commented 6 years ago

I worked from a brand new fork and made a new PR: #174