GalsenDev221 / website

Galsen DEV's website based on Next JS & Tailwind CSS 🎉
https://galsen.dev
MIT License
11 stars 11 forks source link

Add Language Localization: English and French, with Language Switching #39

Closed ln-dev7 closed 1 year ago

ln-dev7 commented 1 year ago

Currently, our Next.js application is available only in French. This issue aims to make the application available in multiple languages, starting with English. By implementing language localization using the "next-translate" package, we can provide a bilingual experience and allow users to switch between French and English. The task involves configuring language support, creating translation files, and enabling language switching functionality. Let's enhance our app by adding English language support.