[Freeciv-Dev] Re: Minor bugs
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
At 2000/02/14 11:34 , Pascal Audoux wrote:
>* With the Xaw client (I don't try with the GTK one) in the
>"Choose-technology-to-search window" , there is stg strange :
>It's written "Help : No" but if I click on, it changes in "Help : Oui"
>and if I click again "Help : Non" which is the correct translation...
>So why the first time it writes "No" instead of "Non" ??
A bug. Simply fixed.
>There is also stg strange : the seconf menu item is always called
>"Kingdom" (in fact "Royaume" in french), even in Republic or other gov.
True. What other word is suited to all governments?
>An other pb is the year : it writes "BC"
>or "AD" and we can't change it. (it's harcoded, it seems)
>
>it seems that (in common/shared.c), you should change this function :
>
>char *textyear(int year)
>{
> static char y[10];
> if (year<0)
> my_snprintf(y, sizeof(y), "%d BC", -year);
> else
> my_snprintf(y, sizeof(y), "%d AD", year);
> return y;
>}
>
>Warning : y[10] may be too short in french...
Another bug, simply fixed.
>Well I think that's all
Thanks!
jjm
[Freeciv-Dev] Re: Nationset, Stan Shebs, 2000/02/13
|
|