yasirarism / MissKatyPyro

A Very Useful Telegram Bot That Has Some Great Feature
https://t.me/MissKatyBot
GNU General Public License v2.0
97 stars 126 forks source link

Russian localisation added #308

Closed eremeyko closed 2 weeks ago

eremeyko commented 2 weeks ago

Summary by Sourcery

Introduce Russian localization by adding a set of JSON files with Russian translations for different modules, enhancing the application's multilingual capabilities.

New Features:

sourcery-ai[bot] commented 2 weeks ago

Reviewer's Guide by Sourcery

This pull request adds Russian localization to the project by introducing new JSON files containing translated strings for various features and components of the application.

File-Level Changes

Change Details Files
Added Russian localization files for various features
  • Created 'ru-RU' folder to store Russian localization files
  • Translated strings for admin commands and messages
  • Translated strings for web scraper functionality
  • Translated strings for sticker-related features
  • Translated strings for night mode functionality
  • Translated strings for media extraction and conversion
  • Translated strings for YouTube download plugin
  • Translated strings for AFK (Away From Keyboard) feature
  • Translated strings for screenshot generation
  • Translated strings for group management tools
  • Translated strings for SangMata feature
  • Translated strings for developer commands
  • Translated strings for media information feature
  • Translated strings for start and help commands
  • Translated strings for AI chatbot functionality
  • Translated strings for general purpose messages
  • Translated strings for OCR (Optical Character Recognition) feature
  • Translated strings for web screenshot feature
  • Translated strings for language settings
  • Added placeholder for main language file
  • Translated strings for fun commands
  • Added empty help menu file for future translations
locales/ru-RU/admin.json
locales/ru-RU/web_scraper.json
locales/ru-RU/stickers.json
locales/ru-RU/nightmodev2.json
locales/ru-RU/media_extractor.json
locales/ru-RU/ytdl_plugins.json
locales/ru-RU/afk.json
locales/ru-RU/genss.json
locales/ru-RU/grup_tools.json
locales/ru-RU/sangmata.json
locales/ru-RU/dev.json
locales/ru-RU/mediainfo.json
locales/ru-RU/start_help.json
locales/ru-RU/chatbot_ai.json
locales/ru-RU/general.json
locales/ru-RU/ocr.json
locales/ru-RU/webss.json
locales/ru-RU/lang_setting.json
locales/ru-RU/main.json
locales/ru-RU/fun.json
locales/ru-RU/help_menu.json

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.