ianobermiller / tibiatekbot

Automatically exported from code.google.com/p/tibiatekbot
3 stars 0 forks source link

Language Support #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The idea is to put all the bot's in-game text on an outside file (that
would go by the name of the language) so that we can edit it and easily
implement "Language Packs". A constant would specify the default language
for an user. It should also be selected at the installation.

Many people find the bot hard to use because they don't have the required
level of english to use the bot.

Examples:
{TTB root}\Language\{Language Name}.xml
{TTB root}\Language\EN-US.xml
{TTB root}\Language\ES-ES.xml
{TTB root}\Language\PT-BR.xml

Original issue reported on code.google.com by genoso...@gmail.com on 10 Nov 2007 at 1:15

GoogleCodeExporter commented 9 years ago
Nice idea, but I think we only need to implement Language to support to the 
oncoming 
GUI. Theres no idea to start make commands and stuff (&help ..) multi language. 
If 
the GUI is at someone's mother language (s)he can use it pretty well :)

Original comment by Oskari.V...@gmail.com on 10 Nov 2007 at 6:10

GoogleCodeExporter commented 9 years ago
Well, we can start with that, but my plan to accomplish Language Support is to 
start
creating a XML language file and then when we complete it, on some other 
milestone
modify the bot so that it reads the text from the language xml file we created 
in the
past, by the time it's implemented we may even have translations going around :)

Original comment by genoso...@gmail.com on 10 Nov 2007 at 11:39