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

getPOFile() private method

private getPOFile ( $MOFile )
    private function getPOFile($MOFile)
    {
        $filebase = substr($MOFile, 0, strlen($MOFile) - strlen($this->dataExt));
        return $filebase . $this->poExt;
    }