I'm very interested in field based translations. What is the recommended way to install this module? Remove core Content Translation then replace, does it use the same database tables? Run update?
I'm very interested in field based translations. What is the recommended way to install this module? Remove core Content Translation then replace, does it use the same database tables? Run update?
Comments
Comment #1
plachYou just need to extract the tarball in your
sites/all/modulesorprofiles/[profile]/modulesdirectories, as you would with any other module. Replacement is transparent to the user.Core tables are used for node translation, a new table is created for field-based translation.
If you are upgrading a D6 site you might want to try the Translation Upgrade submodule, but keep in mind that Translation 2 is not ready for production use.