ZF-1647: Typo in Zend_Translate documentation
Description
In section 31.1, paragraph 2:
The example above shows some output with no support for translation. You probably write your code in your native language. Generally you need to translate translate not only the output, but also error messages and log messages.
Should be: The example above shows some output with no support for translation. You probably write your code in your native language. Generally you need to translate not only the output, but also error messages and log messages.
Comments
Posted by Bill Karwin (bkarwin) on 2007-06-28T20:11:06.000+0000
Assigning to Thomas.
Posted by Thomas Weidner (thomas) on 2007-06-29T14:36:31.000+0000
fixed with SVN 5506
Posted by Wil Sinclair (wil) on 2008-06-15T21:15:25.000+0000
Updating to comply with new IT component conventions.