diff --git a/docs/source/Concepts/Internationalization.md b/docs/source/Concepts/Internationalization.md index fc9b53deb5..82d233303b 100644 --- a/docs/source/Concepts/Internationalization.md +++ b/docs/source/Concepts/Internationalization.md @@ -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