Conversation
Replace all motor.motor_asyncio imports with pymongo async equivalents: - AsyncIOMotorClient → AsyncMongoClient - AsyncIOMotorDatabase → AsyncDatabase - AsyncIOMotorCollection → AsyncCollection Remove motor from pyproject.toml dependencies. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
New botspot i18n component (dict-based, no gettext): - botspot/components/middlewares/i18n.py — core: t(), set_lang(), get_lang(), register_strings(), I18nMiddleware (detects locale from Telegram language_code) - botspot/components/middlewares/i18n_strings.py — ~80 en/ru string pairs - botspot/i18n.py — convenience re-export Wired into framework: - I18nMiddleware registered first in bot_manager.setup_dispatcher() - I18nSettings added to BotspotSettings Replaced hardcoded strings with t() in 10 component files: access_control, chat_binder, user_interactions, bot_commands_menu, auto_archive, telethon_manager, trial_mode, error_handler, llm_provider, multi_forward_handler Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- pr-checks.yml: replace src with botspot (fix_repo had reverted earlier fix) - pyproject.toml: add lizard to test deps for complexity check - mkdocs.yml: trim nav to existing docs only (was referencing 16 missing pages) - docs/index.md: remove broken links to nonexistent doc pages Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Regenerate broken uv.lock, apply ruff autofixes and formatting. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.