DeadmanAbir / AgentGenesis

Welcome to AgentGenesis, your source for customizable Gen AI code snippets that you can easily copy and paste into your applications.
https://agentgenesis.dev/
MIT License
100 stars 36 forks source link

Add Multiple Language Support in Footer #74

Closed Priyanshu282003 closed 3 weeks ago

Priyanshu282003 commented 3 weeks ago

Description: It would be great to provide users with the option to change the language of the footer to cater to a wider, more diverse audience. This feature could enhance user experience, especially for non-English speakers.

Suggested Implementation: Add a dropdown menu or buttons in the footer for selecting languages. Include support for common languages such as: English Spanish French Hindi Mandarin, etc. Ensure that the content within the footer (e.g., links, copyright, and any relevant text) changes dynamically based on the selected language. Benefits: Improve accessibility for users who prefer different languages. Expand the user base by accommodating non-English speakers.

DeadmanAbir commented 3 weeks ago

Description: It would be great to provide users with the option to change the language of the footer to cater to a wider, more diverse audience. This feature could enhance user experience, especially for non-English speakers.

Suggested Implementation: Add a dropdown menu or buttons in the footer for selecting languages. Include support for common languages such as: English Spanish French Hindi Mandarin, etc. Ensure that the content within the footer (e.g., links, copyright, and any relevant text) changes dynamically based on the selected language. Benefits: Improve accessibility for users who prefer different languages. Expand the user base by accommodating non-English speakers.

And how you are planning to implement the dynamic language change in Agentgenesis components? As they are written in .mdx files!