|
|
| Name: |
POT Creator |
| Base name: |
pot-creator |
| Description: |
Build application translation files for gettext |
| Related classes: |
gettext |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
MIT/X Consortium License |
| All time users: |
293 users |
| All time rank: |
5747 |
| Week users: |
0 users |
| Week rank: |
2368 |
| |
|
 |
|
Innovation award
 Nominee: 1x |
This class can automatically build application translation files for gettext.
It can traverse recursively all PHP application files in a given directory.
The class can extract all the application strings and generates a .pot file with all texts ready to be translated to other idioms for use in internationalized applications with the gettext extension.
 January 2012
Number 6 |
PHP has the gettext extension that is meant to help creating applications ready for internationalization.
This means that the extension can get the text messages used in the application from files that contain the translation of the messages for the different idioms that the application supports.
This class can help building those files traversing all PHP files of a project and extracting the text messages from them.
Manuel Lemos |
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| Home |
Home and bug report |
| |
Files |
|
|
| File |
Role |
Description |
model.php |
Example |
Example file |
| File |
Role |
Description |
view.tpl |
Example |
Example file |