pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pingus-Devel] Translations


From: Gabriel Rota
Subject: Re: [Pingus-Devel] Translations
Date: Wed, 13 Feb 2013 03:05:23 +0100

2013/2/12 Volkan Gezer <address@hidden>
BTW, I found some strings that are not translated. e.g. when you click on Configure level the texts remain in English.

Do you mean the fields in the editor after click on "Configure level" ?

I think is a bug in the source and the fix may be like this:
  -level_properties.cpp:  create<Label>(Rect(Vector2i( 10,  y+44), Size( 80, 20)), "Time:");
  +level_properties.cpp:  create<Label>(Rect(Vector2i( 10,  y+44), Size( 80, 20)), _("Time:"));

I'll fix it and update pingus.pot, after you'll can translate this strings.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]