Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > c165036f23841a9d837ea1c36cd99b6c > files > 12

php-pear-Translation2-2.0.4-3.mga4.noarch.rpm

<?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',
);
?>