git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8255
7612ce4b-ef26-0410-bec9-
ea0150e637f0
/** Custom translation engine setup */
-/**
- * Controls inclusion of custom translation engines.
- *
- * If you enable custon translation engines, you must include
- * translate_custom(), translate_custom_showtrad() and
- * $translate_custom_showoption() functions in your config.
- */
global $translate_custom_enabled;
$translate_custom_enabled=true;
/**
* Controls inclusion of custom translation engine.
*
- * If you enable custon translation engines, you must include
+ * If you enable custom translation engines, you must include
* translate_form_custom(), translate_custom_showtrad() and
* $translate_custom_showoption() functions in your config.
* See example in config-sample.php