-
Notifications
You must be signed in to change notification settings - Fork 23
Translate Strings #24
Comments
I researched how to do it in python. There's a ton of strings to add _() to and after that begins the translating part. I'll get started on that and translate to pt_BR afterwards. |
I'd like to help u translate to portuguese. Do u need some help? |
@luansmg the main issue here is setting up some internationalization system, basically, having every single message NabBot uses centralized in one place, with some system that switches between them depending on the language set. Once that is done, translating to any language should be easy. |
I got started on that. But work has been taking a huge chunk of my time. Sorry this is taking so long. |
Hey guys, I had created this with a personal tibia bot I was running for our guild. I used microsofts api and it was easy. See attached files for example code. Not sure if you would want to go this route, but it's definitely an easy solution for this request. !translate [some text] |
@scrambledsage what the issue means is being able to translate all the bot, not a translate command. |
Ah, my bad. I understand now. |
Any chance we can have a translation file so we can have it on different languages?
Not everyone on my discord knows english.
The text was updated successfully, but these errors were encountered: