mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c446b154c9
above multiple content objects to provide multilanguage content support for existing document types. PR: ports/68652 Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
25 lines
633 B
Plaintext
25 lines
633 B
Plaintext
To complete the installation of I18NLayer:
|
|
|
|
- Restart Zope. This may be done from the Zope Control Panel.
|
|
|
|
With CMFQuickInstaller (optional)
|
|
|
|
- Use the QuickInstaller tool to register I18NLayer in your portal
|
|
instance
|
|
|
|
With Plone (optional)
|
|
|
|
- Use Plone Setup, to install I18NLayer product.
|
|
|
|
Without CMFQuickInstaller
|
|
|
|
- Create an ExternalMethod object inside your portal object with the
|
|
following data:
|
|
|
|
Id: install_I18NLayer
|
|
Title: installs I18NLayer to this portal
|
|
Module Name: I18NLayer.Install
|
|
Function Name: install
|
|
|
|
- Run this newly created ExternalMethod by clicking on the test tab.
|