Skip to content

fix: add Bengali translations and make database descriptions translatable#977

Open
VISHNU7KASIREDDY wants to merge 2 commits intodrawdb-io:mainfrom
VISHNU7KASIREDDY:fix/database-translation-799
Open

fix: add Bengali translations and make database descriptions translatable#977
VISHNU7KASIREDDY wants to merge 2 commits intodrawdb-io:mainfrom
VISHNU7KASIREDDY:fix/database-translation-799

Conversation

@VISHNU7KASIREDDY
Copy link
Copy Markdown

Summary

Fixes #799 — database names and descriptions were not translatable, causing them to always appear in English regardless of the user's selected language.

Changes

  • src/data/databases.js — Wrap database descriptions in i18n.t() calls so they can be translated
  • src/components/Workspace.jsx — Update database name and description rendering to use translated strings via t()
  • src/i18n/locales/en.js — Add translation keys for database names and descriptions in English
  • src/i18n/locales/bn.js — Add complete Bengali translations for all database names and descriptions

Testing

The database selection screen now correctly renders translated database names and descriptions when the app language is set to Bengali (or any other language that provides these keys).

- Add translation keys for all database names (MySQL, PostgreSQL, SQLite, MariaDB, MSSQL, Oracle SQL)
- Update Workspace.jsx to use i18n translation function for database names
- Ensure database names are translatable across all 48 supported languages

Fixes drawdb-io#799
- Add translation keys for all database descriptions in en.js
- Add Bengali translations for database names and descriptions in bn.js
- Update databases.js to use i18n.t() for descriptions
- Update Workspace.jsx to render translated descriptions for all databases
- Revert unnecessary package-lock.json changes

Fixes drawdb-io#799
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 29, 2026

@VISHNU7KASIREDDY is attempting to deploy a commit to the dottle's projects Team on Vercel.

A member of the Team first needs to authorize it.

@VISHNU7KASIREDDY
Copy link
Copy Markdown
Author

added bengali translations for the database type descriptions that were missing. also filled in the missing i18n keys for a few fields. let me know if anything looks off.

@VISHNU7KASIREDDY
Copy link
Copy Markdown
Author

Hi @OviSaba, could you please review and merge this when you have time? Thank you.

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.

[BUG]:Database Selection Options Not Translated to Bengali

1 participant