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. $options = array(
  7.     'prefetch'          => false,
  8.     'langs_avail_file'  => 'gettext_langs.ini',
  9.     'domains_path_file' => 'gettext_domains.ini',
  10.     'default_domain'    => 'calendar',
  11.     //'file_type'         => 'po',
  12. );
  13. ?>

Documentation generated on Mon, 11 Mar 2019 15:41:51 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.