Name | Description |
---|---|
Code | The `Code` class is an adapter which treats files containing code as just another source of globalized data. |
Gettext | The `Gettext` class is an adapter for reading and writing PO and MO files without the requirement of having the gettext extension enabled or installed. Moreover it doesn't require the usage of the non thread safe `setlocale()`. |
Php | The `Php` class is an adapter for reading from PHP files which hold g11n data in form of arrays. |