feat(i18n): add Brazilian Portuguese (pt-BR) language module#123
Merged
ThisIs-Developer merged 6 commits intoMay 27, 2026
Merged
Conversation
- Localized all UI text labels, stats counters, tooltips, dialogs, and placeholders in script.js. - Added language selection dropdown options for pt-BR in index.html (both desktop and mobile menus). - Registered pt-BR hreflang metadata alternate link in index.html for SEO indexation. - Enabled automatic language detection fallback for Portuguese language preferences. - Rotated Service Worker cache namespace to v3.6.4 in sw.js. - Synced offline-ready desktop-app compiled resources using prepare.js.
|
Someone is attempting to deploy a commit to the ThisIs-Developer Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…/find-replace-redesign fix(mobile): hide dock toggle and remove language selector flags on mobile viewports
…lp/about modal triggers
…/find-replace-redesign fix(ui): prepend language text prefixes to mobile selector and fix help/about modal triggers
# Conflicts: # desktop-app/resources/index.html # desktop-app/resources/js/script.js # index.html # script.js
Owner
|
@pedrorichil Thank you for contributing the Brazilian Portuguese (pt-BR) language module and for the detailed localization work. Really appreciate the effort you put into supporting such a rich language across the UI, SEO metadata, and offline resources. There were some merge conflicts because I had already merged PR #124 and #125 into the main branch earlier. I’ve resolved the conflicts on my side and successfully merged your changes into Thank you once again for the valuable contribution and support to the project 🚀 |
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.
Localized all UI text labels, stats counters, tooltips, dialogs, and placeholders in script.js.
Added language selection dropdown options for pt-BR in index.html (both desktop and mobile menus).
Registered pt-BR hreflang metadata alternate link in index.html for SEO indexation.
Enabled automatic language detection fallback for Portuguese language preferences.
Rotated Service Worker cache namespace to v3.6.4 in sw.js.
Synced offline-ready desktop-app compiled resources using prepare.js.