Handles translated data from an gettext file
Taken from Zend Framework, Zend_Translate package with only minor changes.
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
Tags: translate, translateadaptor, translateadaptorgettext,
translate Articles