2013/2/12 Volkan Gezer <volkange...@gmail.com>

> 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.
_______________________________________________
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pingus-devel

Reply via email to