This guide walks through a full plugin translation from extraction to application.Documentation Index
Fetch the complete documentation index at: https://eondr.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Open the i18n panel
Click the globe icon in the ribbon, or run the command that opens the i18n panel from the command palette.
Configure an AI provider
Open Settings → Community Plugins → I18N →
语言模型 and create a provider profile.See AI providers for details.Extract strings
Click Extract. AST extraction scans the plugin’s compiled bundle and collects user-facing text without modifying source files.
Translate with AI
Click Translate. The plugin sends extracted strings to the configured provider in batches.
language and llmLanguage belong to the plugin translation workflow. They are separate from the Mintlify docs site language switcher.