Skip to content

Conversation

abirxdhack
Copy link

@abirxdhack abirxdhack commented Jul 17, 2025

Yeasir Sir,

I Added Bangladeshi Bangla Language Under Locales Folder And bn-BD Check It Out And Merge It...

Summary by Sourcery

New Features:

  • Add bn-BD locale JSON files for admin, afk, chatbot_ai, dev, fun, general, genss, group_tools, help_menu, lang_setting, main, media_extractor, mediainfo, nightmodev2, ocr, sangmata, start_help, stickers, web_scraper, webss, and ytdl_plugins

Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Signed-off-by: Abir Arafat Chawdhury <abirxdhackz.info.me@gmail.com>
Copy link
Contributor

sourcery-ai bot commented Jul 17, 2025

Reviewer's Guide

This PR introduces a complete Bangladeshi Bangla (bn-BD) locale by adding a full set of JSON translation files covering core features, modules, and UI components under the locales folder.

File-Level Changes

Change Details Files
Add complete bn-BD translation pack
  • Create base admin command translations
  • Add AFK system messages
  • Translate chatbot AI interaction texts
  • Localize developer and debug messages
  • Provide fun-interaction strings
  • Supply general UI and error messages
  • Include game stats (genss) strings
  • Add group tools interface translations
  • Build help menu and start help content
  • Localize language settings and main interface
  • Integrate media extractor and media info modules
  • Add night mode v2 UI text
  • Include OCR feedback strings
  • Add sangmata and sticker feature translations
  • Localize web scraper, web screenshot, and ytdl plugin texts
locales/bn-BD/admin.json
locales/bn-BD/afk.json
locales/bn-BD/chatbot_ai.json
locales/bn-BD/dev.json
locales/bn-BD/fun.json
locales/bn-BD/general.json
locales/bn-BD/genss.json
locales/bn-BD/group_tools.json
locales/bn-BD/help_menu.json
locales/bn-BD/lang_setting.json
locales/bn-BD/main.json
locales/bn-BD/media_extractor.json
locales/bn-BD/mediainfo.json
locales/bn-BD/nightmodev2.json
locales/bn-BD/ocr.json
locales/bn-BD/sangmata.json
locales/bn-BD/start_help.json
locales/bn-BD/stickers.json
locales/bn-BD/web_scraper.json
locales/bn-BD/webss.json
locales/bn-BD/ytdl_plugins.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @abirxdhack - I've reviewed your changes - here's some feedback:

  • Ensure all bn-BD JSON files mirror the exact keys and structure of the default English locale so no strings are missing or mismatched.
  • Register the new bn-BD locale in your application’s locale loader or index so the language is discoverable at runtime.
  • Run the localization validation script (if available) to automatically detect any missing or extra translation keys.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Ensure all bn-BD JSON files mirror the exact keys and structure of the default English locale so no strings are missing or mismatched.
- Register the new bn-BD locale in your application’s locale loader or index so the language is discoverable at runtime.
- Run the localization validation script (if available) to automatically detect any missing or extra translation keys.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@abirxdhack
Copy link
Author

Yes I Have Checked All

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant