-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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.
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.
