Opened on 08/24/2017 at 10:07:31 AM
Closed on 09/04/2017 at 03:25:13 PM
#5561 closed change (duplicate)
Redirect unknown locales to english
Reported by: | wspee | Assignee: | |
---|---|---|---|
Priority: | Unknown | Milestone: | |
Module: | Infrastructure | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Platform: | Unknown / Cross platform | |
Ready: | no | Confidential: | no |
Tester: | Unknown | Verified working: | no |
Review URL(s): |
Description
Background
Our products often refer to our websites to provide the user with additional information. If possible we want to show this information in the same language the user is using the product. But our products might be translated to language that is not available on our website. In this case the user currently gets a 404 page. Ideally we would like to fallback to English. All websites are always available in English and we assume this is the most likely understood fallback language. It's not feasible to introduce a dependency between the product and the website so that the product can decide which language to use.
What to change
If a website was requested in a locale that is not supported redirect to English instead.
Unsure about the module, assuming Infrastructure for now.