[BUG]:Database Selection Options Not Translated to Bengali
- Dominant language
- JavaScript
- Stars
- 39.5k
- Forks
- 3.2k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 16
Description
**Describe the bug**
When Bengali (বাংলা) is selected as the language, most UI elements are correctly translated.
However, on the database selection screen, all database names (MySQL, PostgreSQL, SQLite, MariaDB, MSSQL, Oracle SQL, Generic) still appear in English instead of Bengali.
This creates inconsistency in localization.
**To Reproduce**
- Steps to reproduce the behavior:
- Go to Settings → Language
- Select বাংলা (Bengali)
- Navigate to the Database Selection screen
- Observe that all database option titles are still in English
**Expected behavior**
All database names and labels on the database selection screen should appear in Bengali, consistent with the rest of the UI translation.
**Screenshots**
**Desktop:**
OS: macOS
Browser: Chrome
**Additional context**
The descriptive Bengali text below the database options appears correctly translated, but the database names themselves seem to be hardcoded or missing localization keys.
Please check Bengali locale JSON and ensure all database labels use the translation function.
Contributor guide
Assessment
This issue has not been assessed yet.