BotMux supports English and Russian in the web interface.Documentation Index
Fetch the complete documentation index at: https://botmux-mintlify-api-updates-1776816558.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Toggle the language using the EN/RU button in the sidebar header. The preference is saved inlocalStorage and applied instantly without page reload.
Implementation
Translations are defined in thei18n object in templates/index.html with keys for en and ru. The t(key) function returns the string for the current language. applyLang() re-renders all static and dynamic content.