Prado\I18N\core\MessageSource_gettext::getSource PHP Method

getSource() protected method

Get the MO file for a specific message catalogue and cultural vairant.
protected getSource ( $variant ) : string
return string full path to the MO file.
    protected function getSource($variant)
    {
        return $this->source . '/' . $variant;
    }