Yoruio / Membarr

Discord Bot to invite a user to a Plex or Jellyfin server
GNU General Public License v3.0
64 stars 14 forks source link

Translation Framework #20

Open DragoPrime opened 1 year ago

DragoPrime commented 1 year ago

I have a question in using it with jellyfin:

How do I translate the responses from the bot to my own language?

Thanks!

Yoruio commented 1 year ago

Hi,

The default password is automatically generated on account creation. The bot should DM your user with account details after the user provides a username: image

To translate into your own language, you would have to fork the project and manually change the strings in the python files. However, I do hope to get around to making a better translation framework in the future.

DragoPrime commented 1 year ago

Thanks, my stupid a** didn't see the hidden password.

There is no way to translate it from my install code? I'm using docker in unraid and I'm not that tech savvy in this fork things :|

Yoruio commented 1 year ago

Sorry, there is currently no way to translate if you want to continue using the docker image that I provide.

I have some other stuff on my plate right now that I'm working on, but I'll implement a translation framework when I get the time!

edit: you could theoretically translate everything within the container, but its generally not a good idea to be changing anything within containers, and everything you translate will be lost if the container is ever updated.

DragoPrime commented 1 year ago

Ok. Thank you for your time. I will see what I can do.