Translation2
[ class tree: Translation2 ] [ index: Translation2 ] [ all elements ]

Source for file gettext_settings.php

Documentation is available at gettext_settings.php

  1. <?php
  2. require_once 'settings.php';
  3.  
  4. $driver 'gettext';
  5.  
  6. $params = array(
  7.     'prefetch' => false
  8. );
  9.  
  10. $dbinfo = array(
  11.     'langs_avail_file'  => 'gettext_langs.ini',
  12.     'domains_path_file' => 'gettext_domains.ini',
  13.     'default_domain'    => 'calendar'
  14. );
  15.  
  16. ?>

Documentation generated on Mon, 11 Mar 2019 13:58:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.