suryanshsingh2001 / MyLibrary

MyLibrary πŸ“š is a modern library management web app built with React.js, πŸ” Auth0 for authentication, πŸ“– Google Books API for book data, and styled with 🎨 Tailwind CSS for a delightful user experience.
https://mylibrary01.vercel.app/
MIT License
25 stars 25 forks source link

i18n #67

Closed marchintosh94 closed 1 month ago

marchintosh94 commented 1 month ago

Resolves #51: Implemented content translation feature using [i18nPro-react](https://github.com/marchintosh94/i18nPro-react)

This pull request introduces a dropdown for changing the current language and implements translation features across the application. The changes include setting up a method to get the default language, replacing texts with label tokens, and providing translations for it and en-us.


Commits Overview


Summary

These changes enhance the application's internationalization capabilities by introducing a language dropdown, replacing static texts with translatable tokens, and providing translations for Italian and US English. This improves the user experience by allowing users to interact with the application in their preferred language.

resolves #51

vercel[bot] commented 1 month ago

@marchintosh94 is attempting to deploy a commit to the Suryansh Singh's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
mylibrary βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Oct 17, 2024 0:18am
marchintosh94 commented 1 month ago

Hi @suryanshsingh2001, any updates for this PR? Thanks 😁

suryanshsingh2001 commented 1 month ago

Hey @marchintosh94 , sorry for the late response.

πŸ”„ Please Fetch the Latest Changes

Hi! Before proceeding further, please make sure to fetch the latest changes from the main branch to ensure you're working with the most current version of the project. This helps avoid conflicts and keeps your work aligned with the team's progress.

Thank you for keeping everything in sync! πŸ™

marchintosh94 commented 1 month ago

Hi @suryanshsingh2001, I fetched last changes from the branch main. Now everything should be up to date.

suryanshsingh2001 commented 1 month ago

Hey @marchintosh94, it seems the issue persists. Your changes are still overwriting the existing ones. To avoid this, you can create a new fork, apply your changes there, and submit a pull request. This way, we can keep the current work intact without any overwriting. I'll be closing this for now. You can create another one.