Re: [Freeciv-Dev] (PR#39704) [gui-sdl] crash with Greek locale

2007-09-25 Thread Daniel Markstedt

http://bugs.freeciv.org/Ticket/Display.html?id=39704 >

On 9/24/07, Daniel Markstedt <[EMAIL PROTECTED]> wrote:
> On 9/24/07, Christian Prochaska <[EMAIL PROTECTED]> wrote:
> >
> > http://bugs.freeciv.org/Ticket/Display.html?id=39704 >
> >
> > > [dmarks - Fr 14. Sep 2007, 10:58:04]:
> > >
> > > On a recent checkout of S2_1:
> > >
> > > Start the client in Greek (el) locale, connect to a server, then open
> > > the nation selection screen - crash!
> > >
> > > Backtrace attached.
> > >
> > >  ~Daniel
> > >
> >
> > The attached patch fixes the crash, but the real problem is with the
> > translation of some nation names. For example:
> >
> > #: data/nation/aborigines.ruleset:4
> > msgid "?plural:Aborigines"
> > msgstr "?plural:"
> >
> > This makes nation_plural_translation() return an empty string instead of
> > the untranslated name.
> >
> >
> >
>
> Patches for el.po
>
>  ~Daniel
>
>

Fixes for el.po committed to S2_1 S2_2 trunk. You can commit your
patch if still needed.

 ~Daniel



___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] (PR#39704) [gui-sdl] crash with Greek locale

2007-09-23 Thread Daniel Markstedt

http://bugs.freeciv.org/Ticket/Display.html?id=39704 >

On 9/24/07, Christian Prochaska <[EMAIL PROTECTED]> wrote:
>
> http://bugs.freeciv.org/Ticket/Display.html?id=39704 >
>
> > [dmarks - Fr 14. Sep 2007, 10:58:04]:
> >
> > On a recent checkout of S2_1:
> >
> > Start the client in Greek (el) locale, connect to a server, then open
> > the nation selection screen - crash!
> >
> > Backtrace attached.
> >
> >  ~Daniel
> >
>
> The attached patch fixes the crash, but the real problem is with the
> translation of some nation names. For example:
>
> #: data/nation/aborigines.ruleset:4
> msgid "?plural:Aborigines"
> msgstr "?plural:"
>
> This makes nation_plural_translation() return an empty string instead of
> the untranslated name.
>
>
>

Patches for el.po

 ~Daniel



el_fix_S2_1.diff
Description: Binary data


el_fix_S2_2.diff
Description: Binary data


el_fix_trunk.diff
Description: Binary data
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev