botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
33 stars 37 forks source link

feat(studio): multilingual captions for skill transitions #405

Closed davidvitora closed 1 year ago

davidvitora commented 1 year ago

Allows any skill to specify a caption for different languages; if not specified, use the default caption property

image

image

image

I also added the possibility of using the traditional intl module to translate. Example:

image

image

image