Is your feature request related to a problem? Please describe.
If you want to create a bot in a language other than English, you have to update the whole botMessages property, which can be kind of overwhelming.
Describe the solution you'd like
I would add a new property to the bot options, where you can choose a language.
Implementation proposal
Creating some JSON files, such as en.json, es.json, and so on, and then from the bot options just choose a language (default to en). This option would update the botMessages default value, but you could still update it. Let's say you want to have all the Spanish values for botMessages, but use another help name, you could do the following:
Is your feature request related to a problem? Please describe.
If you want to create a bot in a language other than English, you have to update the whole
botMessages
property, which can be kind of overwhelming.Describe the solution you'd like
I would add a new property to the bot options, where you can choose a language.
Implementation proposal
Creating some JSON files, such as
en.json
,es.json
, and so on, and then from the bot options just choose a language (default toen
). This option would update thebotMessages
default value, but you could still update it. Let's say you want to have all the Spanish values forbotMessages
, but use another help name, you could do the following:and every other option would be inferred from the
es.json
file