Two important things:

1. If you are running a LinguaPlone version earlier than 0.9 (this includes
   0.9 beta), you will need to update the accessors if you have existing
   content.

   There is a migration script to propagate language independent fields data
   from the canonical object to all the translations.

   At the portal root add a new External Method:

   - Id: fixAccessors

   - Module Name: LinguaPlone.fixAccessors

   - Function Name: run

  Then save the changes and click on the 'Test' tab. That's it! :-)

  PS: You can also fine-tune the migration by calling the ExternalMethod
  with additional parameters if needed (they're forwarded to the catalog
  query). See the fixAccessors.py file for full details.

2. If you are running Plone 2.1.3, make sure you copy in the PloneLanguageTool
   1.3 that ships with this version of LinguaPlone. Plone 2.5 and 2.1.4 or
   newer already ship with this, so you can delete it in that case.
