Skip to content
Haplo064 edited this page Feb 12, 2020 · 1 revision

dalamud-translator-plugin

Translator plugin for FFXIV

Translates chat text from one language to another, placing the translation immediately into your chatbox. Translation Exmaple

Requirements

Installation of plugin

  • Extract all files of zip at: %AppData%\Roaming\XIVLauncher\

Folder Example1

  • Currently (until a further release is made for XIVLauncher, coming "soon") requires adding a property to the launcher to enter preview mode. To do this, create a shortcut of XIVLauncher, and add the --dalamudStg paramater: Paramater Exmaple

Translation Engine

  • Currently Google and Yandex are supported. Google does not require an API Key, but may softban your IP if you process too many requests. Yandex requires a free API Key, and can handle 1 million characters per month.

Yandex API Key

To enable Yandex, follow these steps:

  • Go to: https://translate.yandex.com/developers/keys
  • Create an account if you do not have one: Create Account
  • Request an API Key: Request API Key
  • Copy the key: Request API Key
  • To the %AppData%\Roaming\XIVLauncher\plugins\translator\config.json file. Config File
  • Replacing the "XXX" with the API Key. Config XXX Config API

Notes

  • The dev mode of XIVLauncher adds a bar. You can disable it via the "Draw Dalamud dev menu" option. Dalamud Dev
  • The plugin will show that it has loaded successfully via a window on game boot. Dalamud Dev

Changing Translation Engine

  • Type !trn t 1 to change to Google.
  • Type !trn t 2 to change to Yandex.
  • (These commands will be changed in the future!)