Jaime Ortega wrote:

Now I can see all menu items in Spanish, but all references to time (day,
week, month, year)are still shown  in English. Is it a server side problem
or I am missing something?
This is my configuration (in debian woody). You may need to check installed locales, do dkpg-reconfigure locales if in debian. To be sure try "echo $LC_ALL $LANG" in a console, i get: "[EMAIL PROTECTED] [EMAIL PROTECTED]"

$_CONF['language']  = 'spanish';
$_CONF['locale']    = '[EMAIL PROTECTED]';
$_CONF['date']      = '%A, %d %B %Y @ %H:%M';
$_CONF['daytime']   = '%d/%m %H:%M';
$_CONF['shortdate'] = '%x';
$_CONF['dateonly']  = '%d-%b';
// Notas %p (am-pm) no funciona. Y prefiero no mostrar %Z (CET).
$_CONF['timeonly']  = '%H:%M';
$_CONF['default_charset'] = 'iso-8859-15';

Note that there are several things that may need to be manually localized, like date fields, $_CONF['event_types'] = 'Aniversario,Reunión,Cumpleaños,Negocios,Educación,Va caciones,Encuentro,Miscelánea,Personal,Llamada,Ocasión Especial,Viaje';
etc

Suerte http://www.almeria-wireless.org

Reply via email to