RuinIv / FFLogsEasyCheck

ACT plugin for showing FFLogs stats in an interactable notification when someone joins your party in FFXIV.
MIT License
8 stars 2 forks source link

Add other language support #2

Open Akurosia opened 4 years ago

Akurosia commented 4 years ago

It would be great if support for other languages could be included. Either by grabbing the selected language from FFXIV plugin or let the user choose the language via dropdown (my knowledge is limited in regards to sln files and how to edit ui elements)

just make the "PartyJoinMessageFooter" a dict (thats the name in python i think here it is a list?) where the key is the language itself and use it just like "PartyJoinMessageFooter['selectedGameLanguage']" to retrieve the footer.

The german String would be "ist der Gruppe beigetreten."

RuinIv commented 4 years ago

Hi sorry about the late response (been grinding the new content), but I would be glad to add localization support. It was something that crossed my mind when working on v1 but I wanted to see if anyone even used it before I put work into it.

I'll make this a task to at least support all the languages the FFXIV plugin does for v1.1.