Enhance internationalization support across multiple pages#2
Merged
yokwejuste merged 3 commits intomainfrom Apr 8, 2026
Merged
Enhance internationalization support across multiple pages#2yokwejuste merged 3 commits intomainfrom
yokwejuste merged 3 commits intomainfrom
Conversation
…nue pages - Integrated i18n for text elements in Speakers.jsx, including timeline milestones and call for proposals. - Updated Sponsor.jsx to utilize translation for sponsorship details and benefits. - Improved Venue.jsx with translated content for venue details and travel information. - Added icons from lucide-react for better visual representation in Sponsor and Venue sections. Signed-off-by: Steve Yonkeu <yokwejuste@yahoo.com>
…sor, and Venue pages; update translations in English and French Signed-off-by: Steve Yonkeu <yokwejuste@yahoo.com>
- Integrated `react-i18next` for internationalization in FinancialAid, HealthSafety, Privacy, Terms, and UbuCon pages. - Replaced hardcoded text with translation keys for better localization support. - Updated content structure to accommodate translated text while maintaining existing functionality. Signed-off-by: Steve Yonkeu <yokwejuste@yahoo.com>
|
Visit the preview URL for this PR (updated for commit 99c0b16): https://pyconcameroon26--pr2-feat-translation-and-v35mageu.web.app (expires Wed, 15 Apr 2026 08:23:28 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: d18dd10819c9f6125e7446c4be9691f677b42949 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve internationalization by integrating
react-i18nextfor various pages, enabling English and French translations. Update content structure for better localization and enhance visual elements with new icons.