PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #6761

New Section for PEAR::HTML_QuickForm

Details

Request #6761New Section for PEAR::HTML_QuickForm
Submitted2006-02-12 22:49 UTC
Frommodir at huanga dot com
StatusClosed
PackageHTML_QuickForm
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2006-02-12 22:49 UTC] modir at huanga dot com

Description:
------------
It would be really helpful if in the documentation of the PEAR::HTML_QuickForm package would be a section about internationalization. How can I translate the warnings into an other language.

It tool me a long time to find the information about the two functions HTML_QuickForm::setRequiredNote() and HTML_QuickForm::setJsWarnings(). I guess for others it would be really helpful to have a better documentation about them.

[2006-03-16 10:11 UTC] modir at huanga dot com

In my opinion there should be a section (or at least a FAQ entry) about internationalisation because the built in messages are all english.

The messages in the JavaScript Error Box have to be configured in different places. There is not just one text about all the different messages.

Maybe it would be good to have an example where it is used with gettext. Or with one of the international PEAR packages.