Currently, the language dropdown in the navbar has limited options and behaves undesirably when associated with the login button. This issue aims to enhance the language dropdown by adding two additional options and resolving the unintended association with the login button's hover effect. Furthermore, the project lacks internationalization support, which is essential for catering to users in different regions. Therefore, this issue also involves implementing internationalization in the project by translating the homepage title into two languages and updating the website's route structure accordingly.
Task to be Done:
Expand the language dropdown in the navbar to include two more language options.
Ensure that hovering over the login button does not affect the style or behavior of the language dropdown.
Implement internationalization support in the project.
Translate the homepage title into two additional languages.
Update the website's route structure to include language codes in the URL (e.g., /en/ for English, /ja/for Japanese).
Bounty: Reward will be given to one who will implement Internationalisation
Currently, the language dropdown in the navbar has limited options and behaves undesirably when associated with the login button. This issue aims to enhance the language dropdown by adding two additional options and resolving the unintended association with the login button's hover effect. Furthermore, the project lacks internationalization support, which is essential for catering to users in different regions. Therefore, this issue also involves implementing internationalization in the project by translating the homepage title into two languages and updating the website's route structure accordingly.
Task to be Done:
/en/
for English,/ja/
for Japanese).Bounty: Reward will be given to one who will implement Internationalisation
NOTE : Only Assignees should work on this