feat: full app i18n — English/Portuguese toggle#31
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Created src/utils/i18n.js with complete EN/PT translation dictionary and helpers: t(), stageLabel(), scenarioLabel(), meetingTypeLabel() - Added lang state in App.jsx (persisted in localStorage, default "en") - Added language toggle button in desktop sidebar header (🇧🇷/🇺🇸 flag) and as first item in mobile hamburger menu - Threaded lang prop to all components: ProcessDetail, ConversaTab, VagaTab, CVTab, Dashboard/MobileDashboard, NewEntryModal, Badge, PipelineBar - Translated: stage labels, scenario labels, meeting types, nav items, search/sort UI, error messages, empty states, selection mode bar, accordion titles, field labels, buttons, timestamps locale https://claude.ai/code/session_015vDFbxF9JYGaF51m8VboWS
ghiberti85
force-pushed
the
claude/exciting-euler-1eLcT
branch
from
June 8, 2026 23:51
05ce807 to
1655c62
Compare
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.
Summary
src/utils/i18n.jswith complete EN/PT translation dictionary and helpers:t(),stageLabel(),scenarioLabel(),meetingTypeLabel()langstate in App.jsx (persisted in localStorage, default"en")langprop to all components: ProcessDetail, ConversaTab, VagaTab, CVTab, Dashboard/MobileDashboard, NewEntryModal, Badge, PipelineBarWhat's translated
Test plan
npm run test:run— 187 tests, 0 failuresnpm run build— clean buildGenerated by Claude Code