This repository contains the codebase for an Uber-like application providing both delivery and cab services. The project uses modern technologies including Docker, Kubernetes, TypeScript for backend, React for frontend, GraphQL for API interactions, Redis for caching, Kafka for message brokering, and advanced routing algorithms.
MIT License
11
stars
28
forks
source link
💡[Feature]: [Add Multi-Language Support for Global Accessibility ] #63
Is your feature request related to a problem? Please describe.
Implement multi-language support , allowing users from different regions to interact with the website in their preferred language. This feature will enhance accessibility and usability, making it easier for non-English-speaking users to browse the site.
Describe the solution you'd like
Set up a language selection dropdown or toggle in the header/footer for easy switching.
Store language preferences using cookies or local storage.
Ensure that the translated content adapts dynamically based on the selected language.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
please assign this to me under gssoc-ext and hacktoberfest
Is your feature request related to a problem? Please describe. Implement multi-language support , allowing users from different regions to interact with the website in their preferred language. This feature will enhance accessibility and usability, making it easier for non-English-speaking users to browse the site.
Describe the solution you'd like Set up a language selection dropdown or toggle in the header/footer for easy switching. Store language preferences using cookies or local storage. Ensure that the translated content adapts dynamically based on the selected language.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context please assign this to me under gssoc-ext and hacktoberfest