mattermost / mattermost-plugin-ai

Mattermost Copilot plugin supporting multiple LLMs
https://mattermost.com/copilot
Apache License 2.0
136 stars 30 forks source link

Adding server side localization #196

Closed jespino closed 5 months ago

jespino commented 5 months ago

Description

This adds the final part needed to have full i18n support in the Copilot plugin.

The behavior is to use default server language on not AI bots channels, and the user language on AI bots channels. Also, this in combination with the locale-aware ai should give a very consisten experience with other languages.