Go to file
Droog71 5ad1692e3a Added support for /msg and /me commands. 2021-12-22 12:18:35 -06:00
LICENSE.txt first commit 2021-12-21 18:43:33 -05:00
README.md Fixed readme text formatting under image. 2021-12-21 18:49:52 -05:00
README.txt Added support for /msg and /me commands. 2021-12-22 12:18:35 -06:00
description.txt first commit 2021-12-21 18:43:33 -05:00
init.lua Added support for /msg and /me commands. 2021-12-22 12:18:35 -06:00
mod.conf first commit 2021-12-21 18:43:33 -05:00
screenshot.png first commit 2021-12-21 18:43:33 -05:00

README.md

Chat Translator

Chat Translator uses LibreTranslate to translate chat messages in Minetest.
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"
Alternative installation methods can be found here: LibreTranslate Installation

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.

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.

Chat Translator
The player in the upper right corner sent a message in English. On the upper left, the message is translated to Spanish. On the lower left, the message is received in German and on the bottom right, the message is displayed in French.