-- ALkyD <[EMAIL PROTECTED]> wrote (on Tuesday, 12 February 2008, 06:13 AM -0800): > Is there a way to translate variables like %value%, %min%, %max%, etc. in > the Zend_Translate object ? When I build my personalized messages, the > variables aren't parsed when I put the Zend_Translate object into Zend_Form > instance with setTranslator()...
Can you clarify exactly what's happening? Are placeholders such as %value% not getting substitutions, or are you expecting the substitution to be translated? If the former -- the '%value%' type placeholders are not being substituted with the appropriate values, this is likely an issue of where you're getting ZF from. The 1.5.0PR release did not have these changes, and there have been some reports that the nightly snapshots have not either. Try grabbing directly from SVN and see if your results are any better. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
