Ethereal-dev: Re: [ethereal-dev] I want to write one line for "gtk/main.c" .
On Thu, Jun 01, 2000 at 09:11:16AM +0900, Kaoru.Kusunoki wrote:
>
>
>
> I think good that add "gtk_set_locale ();" for gtk/main.c .
>
> Because I use japanese Linux . But Now , some button of ethereal's
> dialog box -- that is save as , open etc. --- message string are not
> understand string . It is not japanese and english ...
>
> But If you will write that sentence --"gtk_set_locale ();" --
> ,may be japanese or other countries langage will be OK.
That sounds reasonable. But we construct our own menus with English
strings. Perhaps a few buttons (like in the File dialogue) will
be internationalized. Have you tried gtk_set_locale() on your
system? Does it help?
A long time ago we had a brief discussion about I18N in Ethereal.
The consensus was that we should keep the protocol decodes in
English, since the RFC's are in English, but it would not be all
that bad to have I18N menus. Some people would prefer them
in English, however, even if their locale was set otherwise.
I18N of Ethereal's menus and dialogues would not be a bad
side project.
Let me know about gtk_set_locale(). If it actually helped,
I'll check in the change.
--gilbert