Skip to main content

Manage translated domains for Plone

Project description

Introduction

This addon let you manage translated domains and redirect user to correct domain according to negotiated language.

How to install

You can install this addon as any other Plone addons. Please follow official documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to

This addon depends on Products.LinguaPlone

How to use

Once the addon is installed you have a controlpanel where you can configure each url for languages. Be warned no redirection happens if the url is not configured.

Example:

http://en.example.be|en
http://stagingen.example.be|en
http://deven.example.be|en
http://nl.example.be|nl
http://stagingnl.example.be|nl
http://devnl.example.be|nl
http://fr.example.be|fr
http://stagingfr.example.be|fr
http://devfr.example.be|fr

IMPORTANT: The choice is based on the order.

You can also configure using registry.xml in your generic setup profile:

<records interface="collective.linguadomains.interfaces.ISettingsSchema">
   <value key="activated">True</value>
   <value key="mapping">
      <element>http://fr.example.be|fr</element>
      <element>http://stagingfr.example.be|fr</element>
      <element>http://devfr.example.be|fr</element>

      <element>http://nl.example.be|nl</element>
      <element>http://stagingnl.example.be|nl</element>
      <element>http://devnl.example.be|nl</element>

      <element>http://en.example.be|en</element>
      <element>http://stagingen.example.be|en</element>
      <element>http://deven.example.be|en</element>
   </value>
</records>

Credits

Companies

cirb CIRB / CIBG

makinacom

Contributors

Changelog

1.0 (2012-12-06)

  • Fix bugs with many domains on the same URL -> Use ordering of domains

1.0a1 (2012-05-11)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.linguadomains-1.0.zip (27.8 kB view details)

Uploaded Source

File details

Details for the file collective.linguadomains-1.0.zip.

File metadata

File hashes

Hashes for collective.linguadomains-1.0.zip
Algorithm Hash digest
SHA256 e5daa1ddc4f4a2738b8ccd7f6b75a7a5b047dccb212f5fbbad0760a257d09cd4
MD5 8c736d4fede77d5ec281b8e0f2d14f29
BLAKE2b-256 e6964a83161cebbd7954eaacb55e51f2eb8a1175f346029805ea7a532dab1ad0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page