Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Translate Strings #24

Open
fclaussen opened this issue Jun 15, 2017 · 7 comments
Open

Translate Strings #24

fclaussen opened this issue Jun 15, 2017 · 7 comments
Labels
feature Feature suggestions or improvements. onhold Issues that are currently paused.
Milestone

Comments

@fclaussen
Copy link

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

Not everyone on my discord knows english.

@fclaussen
Copy link
Author

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.

@Galarzaa90 Galarzaa90 added feature Feature suggestions or improvements. rewrite labels Jul 12, 2017
@luansmg
Copy link

luansmg commented Sep 5, 2017

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

@Galarzaa90
Copy link
Owner

@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
Copy link
Author

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

@Galarzaa90 Galarzaa90 removed the rewrite label Mar 9, 2018
@Galarzaa90 Galarzaa90 added this to the Backlog milestone May 21, 2018
@Galarzaa90 Galarzaa90 added the onhold Issues that are currently paused. label Sep 22, 2018
@scrambledsage
Copy link

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
Copy link
Owner

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

@scrambledsage
Copy link

Ah, my bad. I understand now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Feature suggestions or improvements. onhold Issues that are currently paused.
Projects
None yet
Development

No branches or pull requests

4 participants