ThornyFFXI / tHotBar

Macro binding interface for keyboard users in FFXI.
MIT License
6 stars 2 forks source link

Auto Translate text #6

Closed Andorahfal closed 2 months ago

Andorahfal commented 11 months ago

Is there a way to put Auto translate text into the text field?

ThornyFFXI commented 11 months ago

No, auto-translate uses unique shift-JIS escape codes and is not compatible with the text format used by imgui. I've considered a few solutions to this, perhaps the most feasible would be a seperate addon that watches for text in a specific format, such as enclosed in double brackets: [[Please invite me.]] and automatically converts it to the shift-jis. I'll leave the issue open as a reminder, but it isn't something that will be built directly into tHotBar and probably will not be in the immediate future.

Andorahfal commented 11 months ago

Ok, thank you

ThornyFFXI commented 2 months ago

Another user has created an addon of this nature, you can access it at: https://github.com/m4thmatic/translataru/