From 95e41fcd625a531013d346b35aa3a1a0123031a3 Mon Sep 17 00:00:00 2001
From: Evennia docbuilder action
Date: Mon, 29 Apr 2024 07:15:02 +0000
Subject: [PATCH] Updated HTML docs.
---
docs/latest/.buildinfo | 2 +-
.../latest/Concepts/Internationalization.html | 1 +
.../Concepts/Internationalization.md.txt | 1 +
...evennia.commands.default.batchprocess.html | 4 ++--
.../evennia.commands.default.building.html | 8 ++++----
.../api/evennia.commands.default.general.html | 8 ++++----
.../api/evennia.commands.default.tests.html | 2 +-
.../evennia.commands.default.unloggedin.html | 12 +++++------
....base_systems.email_login.email_login.html | 12 +++++------
...b.base_systems.ingame_python.commands.html | 4 ++--
...systems.mux_comms_cmds.mux_comms_cmds.html | 8 ++++----
...rib.full_systems.evscaperoom.commands.html | 20 +++++++++----------
...trib.game_systems.turnbattle.tb_basic.html | 4 ++--
...trib.game_systems.turnbattle.tb_equip.html | 4 ++--
...trib.game_systems.turnbattle.tb_items.html | 4 ++--
...trib.game_systems.turnbattle.tb_magic.html | 4 ++--
...trib.game_systems.turnbattle.tb_range.html | 4 ++--
...evennia.contrib.grid.xyzgrid.commands.html | 4 ++--
...evennia.contrib.rpg.rpsystem.rpsystem.html | 4 ++--
...utorials.evadventure.combat_turnbased.html | 4 ++--
...ntrib.tutorials.red_button.red_button.html | 16 +++++++--------
...trib.tutorials.tutorial_world.objects.html | 12 +++++------
...ontrib.tutorials.tutorial_world.rooms.html | 8 ++++----
...utils.git_integration.git_integration.html | 4 ++--
docs/latest/api/evennia.utils.eveditor.html | 4 ++--
docs/latest/api/evennia.utils.evmenu.html | 4 ++--
docs/latest/api/evennia.utils.evmore.html | 4 ++--
docs/latest/searchindex.js | 2 +-
28 files changed, 85 insertions(+), 83 deletions(-)
diff --git a/docs/latest/.buildinfo b/docs/latest/.buildinfo
index 2bc749388e..e9e0b7d9c5 100644
--- a/docs/latest/.buildinfo
+++ b/docs/latest/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 830ed04027ec62aaec7948bb483454c4
+config: dc3e292cd24f3c71166ccd5fa3616295
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/latest/Concepts/Internationalization.html b/docs/latest/Concepts/Internationalization.html
index 8b8d2ffcd4..ca62a78b7f 100644
--- a/docs/latest/Concepts/Internationalization.html
+++ b/docs/latest/Concepts/Internationalization.html
@@ -214,6 +214,7 @@ developer) to know English (you are reading this manual after all). So we
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).