translateAdaptorGettext

Handles translated data from an gettext file

Taken from Zend Framework, Zend_Translate package with only minor changes.


Methods

public __construct($inData, [$inLocale = null], [$inOptions = array()], [$inCache = null])

Generates the adapter

private _readMOData($bytes)

Read values from the MO file

protected _loadTranslationData($filename, $locale, [$options = array()])

Load translation data (MO file reader)

public getAdapterInfo()

Returns the adapter informations

public getAdaptorName()

Returns the adaptor name


Inherited Methods

<  1  >