Fixing the projects page locale bug and career branch upkeep
Tracked down a projects page that ignored the selected language and opened a PR, then did branch hygiene on the career repo with a main merge and conflict resolution.
A maintenance-heavy day spread across a few repos: one real UI bug, a handful of PRs, and some plumbing.
tgmarinho-ai-website
The main fix was on the projects page. One entry kept rendering in pt-BR even when the visitor had English selected. The description text was hardcoded instead of coming from the localized content, so it leaked the Portuguese copy into the English view. I corrected it and opened a PR.
career
Branch hygiene more than feature work. Opened a PR, merged the remote main into a working branch, resolved the conflicts, and pushed. Standard cleanup so the branches do not drift.
Some days are about clearing the small stuff so the bigger work has room to breathe.