Closed Salz0 closed 1 year ago
hello I want to work this issue. please assign this task to me.
hello
I want to work this issue.
please assign this task to me.
Hey! You can work on it right-away, create a pull request and I will merge if everything is fine 🙏
Description 📝: Implement support for multiple languages in the bot using Aiogram's built-in i18n features. The language setting will not be interactive and will be a bot-level configuration.
Requirements 📋: Installation: Install any necessary packages for i18n. Configuration: Configure i18n settings in Aiogram bot. Translations: Add translation files for supported languages. Fallback: Ensure there's a fallback language (ENGLISH or UKRAINIAN) if the set language translation isn't available. Acceptance Criteria 🎯:
Add Translation Files: Create .po files and automate .mo creation for supported languages in the /locales directory.
Configure Language in Bot: Set the language to be used in the bot settings, and not allow users to change it.
Test: Make sure all features work in the specified language, and a fallback language is used when necessary.