Closed marchintosh94 closed 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.
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 |
Hi @suryanshsingh2001, any updates for this PR? Thanks π
Hey @marchintosh94 , sorry for the late response.
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! π
Hi @suryanshsingh2001, I fetched last changes from the branch main
. Now everything should be up to date.
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.
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
anden-us
.Commits Overview
3f4f553
: Resolves#51 Implemented dropdown to change current language11d1a0d
: Feature: Replaced texts with label tokens and implemented translationst
method for translation.it
) and US English (en-us
).75ce389
: Feature: Created method to get default language and setup i18nPro provideri18nPro
provider to manage internationalization.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