On 22/01/2008, Thomas Weidner <[EMAIL PROTECTED]> wrote: > > Generally this is no problem of Zend but more a question on the third > party > tool poEdit. > poEdit parses all files or directories you tell it for the functions you > tell it from which it extracts all strings and add's them to it's source. > > With this in mind you can answer this question yourself. > You need to define the string somewhere where it's also parseable with > poEdit. > > As poEdit can not parse configuration files because there are no functions > you will have eighter to create them anywhere else or use another adapter > for translation. > Translation are generally not defined within a "configuration setting"... > this could lead to several other problems.
Does that mean that defining form labels in a configuration file is not a best practice? But if you need a human readable file you could also use CSV or the simple > Array adapter. > > Greetings > Thomas Weidner, I18N Team Leader > http://www.thomasweidner.com > -- Vincent
