Seamless translation between two languages in one channel. Or manual translation to various languages.
Fluent uses google translate by default, with Flowery as a fallback.
Fluent also supports the Deepl tranlsation api.
1. Register your free Deepl account Here.
2. Obtain your API key Here.
3. Set your API key with:[p]set api deepl key YOUR_KEY_HERE
If a deepl key is set, it will use that before falling back to google translate and then flowery.
Check the current server's locale
.serverlocale
Translate a message
.translate <to_language> [message]
/translate <to_language> [message]
Base command
.fluent
MOD
Remove a channel from Fluent
.fluent remove [channel=None]
delete, del, and rem
View all fluent channels
.fluent view
Add a channel and languages to translate between
Tip: Language 1 is the first to be converted. For example, if you expect most of the conversation to be
in english, then make english language 2 to use less api calls.
.fluent add <language1> <language2> [channel=None]