mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
208 stars 44 forks source link

Request: Translate Variables #58

Closed rafaaro closed 8 years ago

rafaaro commented 8 years ago

Hi, I would like to know if it's possible to translate variables like {delay}. For example I want to translate:

plugin.save.warn-message=WARNING: saving map in {delay}.

to Spanish, so:

plugin.save.warn-message=AVISO: guardando mapa en {delay}.

But when the message shows the following image where "minute" should say "minuto" for Spanish. Is it possible to translate the variables?

Thanks!!

c270001074f8418cab13ae3083e5abad

gsand commented 8 years ago

Hi Rafa,

I'll try to fix this next time I have time.

rafaaro commented 8 years ago

Thanks!