Finally found a solutions that works for the issue with Spanish language.

I found the answer in a post at the trac ticket system.  This is the link:
http://status.net/trac/ticket/1857

in short:

The language name that gets stored in the database is defined in
lib/language.php
Greek, Spanish, Finnish and Portuguese only have part of their utf name
defined. eg ('es' instead of 'es_ES')

I changed the Spanish line to..
'es' => array('q' => 1, 'lang' => 'es_ES', 'name' => 'Spanish', 'direction'
=> 'ltr'),
And now it works. :)


hope it helps others,

-- 
Jorge D. Cornejo
xch...@gmail.com
www.xchido.com

"I am an idealist, I don't know where I am going! but I am on my way!!!"
_______________________________________________
StatusNet-dev mailing list
StatusNet-dev@lists.status.net
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to