GNOME Bugzilla – Bug 131056
Make mapper usable in non-English muds
Last modified: 2005-03-03 13:49:23 UTC
We need a way of getting the directions (north, south), etc. for languages other than English, as the directions vary depending on the mud. We need to make this dynamic or configurable.
this would be easier to solve when we got working profile-inheritage. I could be solved now, but probably real ugly :)
For now it would do to replace g_dupstr in get_direction_text in map.c with _(). I didn't understand what the g_dubstr was for anyway.
Don't think that would be good. Plenty of people will want an, e.g German localisation but will play English muds.
A changed for this was commited to CVS HEAD a few minutes ago, it adds a change to be able to change the values used by the commands on profile-level. It will be solved much nicer on 0.11, but atleast this way it works.