Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ Chat Translator uses <a href="https://github.com/LibreTranslate/LibreTranslate">
In order to use this mod, LibreTranslate will need to be installed and running on your
Minetest server. LibreTranslate can be installed and started with a single command:
"docker run -ti --rm -p 5000:5000 libretranslate/libretranslate"

Or (works on Debian, this runs for several minutes and (also) installs translation packages): "pipx run libretranslate"

Alternative installation methods can be found here: <a href="https://github.com/LibreTranslate/LibreTranslate/blob/main/README.md#install-and-run">LibreTranslate Installation</a>

In order to run Chat Translator, you will also need to add the mod to your
trusted mods list. To do so, click on the 'Settings' tab in the main menu.
Click the 'All Settings' button and in the search bar, enter 'trusted'.
Click the 'Edit' button and add 'chat_translator' to the list.

Or (for Headless Servers) put: secure.trusted_mods = chat_translator (seperate several Mods with (no "") ", " from each other) to Your minetest.conf.

Once everything is installed and running, Chat Translator will attempt to translate all chat
messages sent on your server. The language in which each player receives messages is
determined by the language selected in the Minetest settings menu.
Expand Down