1 kambiz Oct 07, 2003 11:57
3 kambiz Oct 07, 2003 19:34
fplanque wrote:
yes, yes, yes please! :)
thanks so much. :D :D :D :D :D :D :D :D :p :p :p :p
4 kambiz Oct 11, 2003 11:05
Hi
I did these changesin _locales.php:
1-
$languages = array(
'pe'=> NT_('Persian'),
'nl' => NT_('Dutch'),
'en' => NT_('English'),
'fr' => NT_('French'),
'ja' => NT_('Japanese'),
'pt' => NT_('Portuguese'),
'es' => NT_('Spanish'),
'sv' => NT_('Swedish'),
);
2-
$locales = array(
'en_US' => array( // English, US
'charset' => 'utf-8', // gettext will convert to this
'datefmt' => 'm/d/y',
'timefmt' => 'h:i:s a',
),
'pe_PE' => array( // Persian, PE
'charset' => 'utf-8',
'datefmt' => 'y/m/d',
'timefmt' => 'h:i:s:a',
),
'es_ES' => array( // Spanish, SPAIN
'charset' => 'iso-8859-1',
'datefmt' => 'd.m.y',
'timefmt' => 'H:i:s',
and I send the files for you in a few days later.
thanks a lot ;)
yes, yes, yes please! :)