Current Path : /opt/cpanel/ea-php56/root/usr/share/doc/pear/Translation2/docs/examples/ |
Current File : //opt/cpanel/ea-php56/root/usr/share/doc/pear/Translation2/docs/examples/gettext_settings.php |
<?php require_once 'settings.php'; $driver = 'gettext'; $options = array( 'prefetch' => false, 'langs_avail_file' => 'gettext_langs.ini', 'domains_path_file' => 'gettext_domains.ini', 'default_domain' => 'calendar', //'file_type' => 'po', ); ?>