The domain module currently always overrides the value of the site_name variable with the domain name. This makes it impossible to have multilingual site names. This is adressed in #1550762: Separate domain name and site name.

Assuming that the patch in #1550762 gets in, we should make sure that the "sitename override option" is disabled. Alternatively, we should remove the site_name variable from the list of available variables for i18n/domain realms if the override is enabled to avoid confusion. In that case the user should be also be informed about why he is not able to localize the site name.

CommentFileSizeAuthor
#1 sitename-fix-1593558-1.patch1.08 KBbforchhammer

Comments

bforchhammer’s picture

Version: » 7.x-1.x-dev
StatusFileSize
new1.08 KB

Attached patch adds an implementation of hook_requirements() which shows a respective message on the status page.

bforchhammer’s picture

Status: Active » Fixed

Good enough for now. Committed and pushed!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.