Source for file l10n.class.php
Documentation is available at l10n.class.php
* This contains internal SquirrelMail functions needed to handle
* translations when php gettext extension is missing or some functions
* @copyright 2003-2020 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: l10n.class.php 14845 2020-01-07 08:09:34Z pdontthink $
//FIXME is SM_PATH ever not defined here? defined() calls are CPU intensive enough that we should remove this if it is not really needed
/** Load all php-gettext classes */
include_once(SM_PATH .
'class/l10n/streams.class.php');
include_once(SM_PATH .
'class/l10n/gettext.class.php');
Documentation generated on Mon, 13 Jan 2020 04:22:54 +0100 by phpDocumentor 1.4.3