I speak Russian and German (and English of cause, but not very well...), and was playing different muds in russian.
So I try to answer some of Nick's questions:
Quote: How do players from your country play MUDs?
Some players learn English and just play a mud in English. I've heard about some server with lots (like 50%) of russian-speaking people on it.
There're also some more or less translated MUDs, and few of them translating only descriptions (I.e. almost anything player see is in Russian, but all commands are in English).
Some few MUDs are written from scratch.
Quote: How important do you think it is for MUDs to support multiple languages?
I personally would take the "Support multiple languages in a single game." option, with "main server language". But the 2nd option is probably "good enough".
Quote: Are there other issues that a multi-language MUD would need to address? Examples that spring to mind are the way numbers are formatted (eg. is "one thousand" represented as "1,000" or "1.000"?), dates (if applicable, eg. date you last logged on), word-order for automatically generated lists.
I don't think these problems are hard to solve
Quote: One example that springs to mind is the automaticalled-generated output from MUDs frequently is customised to the gender (alleged gender, anyway) of the player. For example, if you give Gandalf a coin the MUD might say "You give him a coin" or "You give her a coin". Things like singular/plural (sword/swords, fish/fishes), masculine/feminine (him/her, he/she), and sentence construction ("you give John a sword" or "a sword to John you give"). If the output from the MUD was going to look smooth it would need to be able to adapt to those changes.
These plus grammatical cases, as already mentioned, are the hard problems. You can not more simply write/store something like "You give %name% %object%.", but "You give %name|Dative% %object|Accusative%.", where "name|Dative" refers to the Dative case of target's name. (In English only |Genitive will alter something, and server should just add "'s", and this is why it's so easy to write MUDs in English ;))
Quote: Any general comments?
Great idea :)
And here[1] is google-translated version of russian version of mudconnector.
[1] http://translate.google.com/translate?js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&sl=ru&tl=en&u=www.mudconnector.su&act=url
|