Updated ReST docs, fixed some things in Swedish translation.

This commit is contained in:
Griatch 2012-02-19 10:49:59 +01:00
parent 11e61255da
commit c4f2c493d9
19 changed files with 937 additions and 745 deletions

View file

@ -12,7 +12,10 @@ Note, what is translated in this way are hard-coded strings from the
server, things like "Connection closed" or "Server restarted".
Basically, the things users are not supposed to change on their own.
This means that the default command set is *not* translated. The reason
for this is that commands are *intended* to be modified by users.
for this is that commands are *intended* to be modified by users. Adding
*i18n* code to commands tend to add complexity to code that will be
changed anyway. One of the goals of Evennia is to keep the
user-changeable code as clean and easy-to-read as possible.
Changing server language
------------------------