Hi, I just started testing this module and am wondering if any experiences exist regarding multiplanguage sites.

Think of

www.es.mysite.com for spanish
www.en.mysite.com for english
etc. ...

Other scenario would bewith i18n module

www.mysite.mydomain.com/

this seems to work with i18n.

Many Thanks for this module
and Your kind attention.

Regards

Roland

Comments

agentrickard’s picture

Category: task » feature

No practical experience, though it was discussed in Barcelona.

The module as written should support separating translated content -- you just post English to the .en site and French to the .fr site. You could even write a little submodule to force users to check a box indicating which language was selected and then assign the domain using that data.

What it likely does not allow is the ability to load different interface translations based on the active domain.

The module structure, however, would support such a feature -- and it seems like a good feature. If you're interested in developing it, take a look at the Domain Configuration module (domain_conf) in the download.

So, in the i10n and i18n areas, what features would you like to have?

agentrickard’s picture

Version: 5.x-1.0beta2 » 5.x-1.0rc1
Status: Active » Postponed

I think this is very possible. Anyone willing to work on it?

agentrickard’s picture

Version: 5.x-1.0rc1 » 5.x-1.0rc2

I believe this is now supported by hook_domainconf() and a small external module.

nonsie’s picture

has anyone managed to make it work or mostly work?

agentrickard’s picture

Status: Postponed » Closed (won't fix)