Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.63 KB

File metadata and controls

40 lines (29 loc) · 1.63 KB

ChatTranslator

📌 Overview

Displays machine-translated chat text in TEAM HORAY's Sephiria.

The text displayed in green is the translated text.

You can configure the target language in config.json (config.json is automatically generated upon the initial launch). Supports English(en), Korean(ko), Japanese(ja), and Chinese(zh-TW).

When you set a language for re-translation (Second Language), the text displayed in green is translated into yet another language and displayed in red.

You can change settings in-game by using MiraModOptions.

📥 Installation

  1. Download the latest ChatTranslator-1.X.X.zip from the Releases section and unzip it.
  2. Create an AddOns folder inside the Program Files (x86)\Steam\steamapps\common\Sephiria folder.
  3. Copy the ChatTranslator folder into the Program Files (x86)\Steam\steamapps\common\Sephiria\AddOns folder.

Example:

Sephiria/
└── AddOns/
    └── ChatTranslator/
        ├── Libs/
        ├── metadata.json
        ├── MiraModBase.dll
        └── SephiriaChatTranslatorAddOn.dll

📝 Notes

  • This repository and its contributors are in no way affiliated with Sephiria, TEAM HORAY, or any related organizations.
  • Translation uses Google App Script's LanguageApp, so accuracy and speed may not be very good.
  • This mod cannot be used offline.
  • Translated text is not sent to other players; it is displayed only to players who have the mod installed.