Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

TranslationExtensions

Summary

Sets the extensions that hold translations

Usage

 

TranslationExtensions[]= extension1
TranslationExtensions[]= extension2
...

Description

eZ Publish will search for additional translations in the "translations" directory of your extension.

This setting is commonly overridden in the extension settings to tell eZ Publish that the extension provides translations.

Examples

TranslationExtensions[]=myextension

eZ Publish will now search the directory "/extension/myextension/translations" for additional translations.

Frederik Holljen (05/04/2005 11:53 am)

Peter Keung (26/01/2009 11:46 pm)

Frederik Holljen, Peter Keung


Comments

  • Example doesn't match Usage

    The example should be "TranslationExtensions[]=myextension", isn't it?
    • Re: Example doesn't match Usage

      Thanks for pointing that out, Adrien. The doc has now been fixed.