Galarzaa90 / NabBot

Discord bot for Tibia servers
https://nabbot.xyz
Apache License 2.0
52 stars 25 forks source link

Translate Strings #24

Open fclaussen opened 7 years ago

fclaussen commented 7 years ago

Any chance we can have a translation file so we can have it on different languages?

Not everyone on my discord knows english.

fclaussen commented 7 years ago

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.

luansmg commented 6 years ago

I'd like to help u translate to portuguese. Do u need some help?

Galarzaa90 commented 6 years ago

@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.

fclaussen commented 6 years ago

I got started on that. But work has been taking a huge chunk of my time. Sorry this is taking so long.

scrambledsage commented 5 years ago

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] !tospanish [some text]

Translator code.zip

Galarzaa90 commented 5 years ago

@scrambledsage what the issue means is being able to translate all the bot, not a translate command.

scrambledsage commented 5 years ago

Ah, my bad. I understand now.