Package: scite Version: 0.63-2 Severity: wishlist Scite does support translation of menues, but it reads it from a single configuration file called locales.properties, ignoring user configuration about language. All users must share the same language configuration right now.
An idea to solve that could be to search for a locales
file dependent on $LANG. I'm attaching a patch that
does that, looking in first place for
locales.properties as it is right now, in second place
for locale/locales.es_ES.properties (in case of
Spanish for example), and in last place for
locale/locales.es.properties
Be careful if you add russian translation, as it is
encoded in windows-1251 and should be in ISO8859-5 to
work properly, so an encoding translation must be
done. If you need some help on how to do this, please
ask.
Miry
______________________________________________
Renovamos el Correo Yahoo!
Nuevos servicios, m�s seguridad
http://correo.yahoo.es
multilang.patch
Description: 2822714301-multilang.patch

