LittleMoonie / JoblessAndFound

A project website for Epitech's Web course on a job offer website
2 stars 0 forks source link

Multi-Language Support & Localization #32

Open LittleMoonie opened 1 week ago

LittleMoonie commented 1 week ago

Description: Provide multi-language support for the platform to cater to international users. Tasks: Identify and externalize text strings in the application for translation. Create a mechanism for switching between languages. Use localization libraries (e.g., i18next for JavaScript). Test the UI with different languages to ensure correct alignment and layout.