Translation using Gettext (or anything else)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Extreme Tux Racer |
Fix Committed
|
Wishlist
|
Paweł Drewniak |
Bug Description
We are now using quite fast (I think) translation system, but it has a few limitations, eg. we don't have an online contributed translation possibility.
The question is, if we should port to Gettext [http://
By the way, I found a relatively easy way to translate course descriptions - just use eg. "set course_description bunnyhill_desc" in info.tcl, add _() function around the description in the sources, and voila - translate it like a normal text - but add pp_translate_string "bunnyhill_desc" "REAL description" to en_GB.tcl.
Forgot to add: if we used Gettext, we could use Launchpad's translation system.