This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
[FEATURE] Addding language translation option to the website #10353
Labels
⭐ goal: addition
undefined
🚦 status: awaiting triage
Waiting for maintainers to verify (please do not start work on this yet)
Is this a unique feature?
Is your feature request related to a problem/unavailable functionality? Please describe.
Currently, the BioDrop community consists of users from various countries, some of whom may not be proficient in English. This language barrier can hinder their ability to fully engage with the platform's content and features.
Proposed Solution
Introduce a language translation feature that enhances user accessibility and inclusivity. This feature will include:
Country Selector Dropdown: Implement a dropdown menu listing various countries.
Language Translation: Upon selecting a country, the entire page's content will be translated into the corresponding language.
Initial Implementation: Begin with translating the platform into French, considering its widespread usage and relevance in international contexts.
Future Expansion: Depending on the success and user feedback, consider adding support for additional languages.
Here is an image example of how i see it.
Screenshots
Do you want to work on this issue?
Yes
If "yes" to above, please explain how you would technically implement this
First, create a country selector dropdown dynamically populated with options. Upon country selection, trigger JavaScript to interact with a translation API such as Google Translate, translating the page content into the chosen language. Initially focusing on French, configure the API to default translations to French when selecting France, ensuring translation quality meets user expectations. Future expansion involves collecting feedback for potential language additions, updating the dropdown and translation API accordingly.
The text was updated successfully, but these errors were encountered: