|
Installation
How to get this thing working
Requirements
InstallationGettextTo get all messages working properly, you must compile gettext .po files. You may do this via Poedit or by executing: msgfmt locale/en/LC_MESSAGES/errors.po -o locale/en/LC_MESSAGES/errors.mo msgfmt locale/en/LC_MESSAGES/props.po -o locale/en/LC_MESSAGES/props.mo If you use mod_php for Apache you must restart the server for gettext to notice new files. PHPTALpear install http://phptal.motion-twin.com/latest.tar.gz or just download and place somewhere in the include path. |
Sign in to add a comment