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

Source for file Map.php

Documentation is available at Map.php

  1. <?php
  2. /**
  3. * $Id: Map.php,v 1.2 2004/03/09 09:43:12 mike Exp $
  4. */
  5.  
  6.  
  7. $_I18N_locales &I18Nv2::getStaticProperty('locales');
  8. $_I18N_locales = array(
  9.  
  10.     'de'      => 'de_DE',
  11.     'en'      => 'en_US',
  12.     'fr'      => 'fr_FR',
  13.     'it'      => 'it_IT',
  14.     'es'      => 'es_ES',
  15.     'pt'      => 'pt_PT',
  16.     'sv'      => 'sv_SE',
  17.     'no'      => 'no_NO',
  18.     'fi'      => 'fi_FI',
  19.     'is'      => 'is_IS',
  20.     'da'      => 'da_DK',
  21.     'nl'      => 'nl_NL',
  22.     'pl'      => 'pl_PL',
  23.     'sl'      => 'sl_SI',
  24.     'hu'      => 'hu_HU',
  25.     'ru'      => 'ru_RU',
  26. );
  27.  
  28. ?>

Documentation generated on Mon, 11 Mar 2019 10:14:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.