mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update i18n doc page
This commit is contained in:
parent
246d6d00b9
commit
29e9e4df98
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ translate *hard-coded strings that the end player may see* - things you
|
|||
can't easily change from your mygame/ folder. Outputs from Commands and
|
||||
Typeclasses are generally *not* translated, nor are console/log outputs.
|
||||
|
||||
To cut down on work, you may consider only translating the player-facing commands (look, get etc) and leave the default admin commands in English. To change the language of some commands (such as `look`) you need to override the relevant hook-methods on your Typeclasses (check out the code for the default command to see what it calls).
|
||||
```
|
||||
|
||||
```{sidebar} Windows users
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue