🌐 app: setup native locales, add portuguese l10n#884
🌐 app: setup native locales, add portuguese l10n#884cruzdanilo wants to merge 14 commits intoupgradefrom
Conversation
🦋 Changeset detectedLatest commit: 74b94a1 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the application's internationalization by adding full support for the Portuguese language. It involves configuring the application to recognize and utilize Portuguese locales, integrating new translation files for both general UI text and native platform-specific strings, and updating development tools like the spell checker to accommodate the new language. This change aims to provide a more localized and accessible experience for Portuguese-speaking users. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughAdds Portuguese UI and native iOS locale files, enables expo-localization for en/es/pt in the Expo config, updates spellcheck and a devDependency for Portuguese, adds changeset entries, and applies typographic apostrophe/quote fixes across multiple UI strings. (28 words) Changes
Sequence Diagram(s)mermaid App->>ExpoCfg: read plugins & locales mapping Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
❌ 1 Tests Failed:
View the top 2 failed test(s) by shortest run time
To view more test analytics, go to the Prevent Tests Dashboard |
There was a problem hiding this comment.
♻️ Duplicate comments (1)
src/i18n/pt.json (1)
109-109:⚠️ Potential issue | 🟡 MinorRestore full meaning of the DeFi entry-point copy.
Line 109 drops “for funding, swaps, and more,” which narrows the user guidance versus the source key.
💬 Suggested fix
- "Access decentralized tools for funding, swaps, and more": "Acesse ferramentas descentralizadas", + "Access decentralized tools for funding, swaps, and more": "Acesse ferramentas descentralizadas para financiamento, trocas e muito mais",
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: dce66832-17ff-443d-976c-b0b5013f7cba
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (24)
.changeset/curvy-insects-sin.md.changeset/fine-papayas-worry.md.changeset/free-meals-sip.md.changeset/long-rocks-rhyme.mdapp.config.tscspell.jsonpackage.jsonsrc/app/_layout.tsxsrc/components/add-funds/KYC.tsxsrc/components/add-funds/Status.tsxsrc/components/auth/PasskeysAbout.tsxsrc/components/home/Home.tsxsrc/components/home/VisaSignatureSheet.tsxsrc/components/loans/Amount.tsxsrc/components/loans/LoanActivity.tsxsrc/components/pay-mode/Empty.tsxsrc/components/pay-mode/UpcomingPayments.tsxsrc/components/send-funds/Contact.tsxsrc/components/send-funds/QR.tsxsrc/components/shared/Error.tsxsrc/i18n/es.jsonsrc/i18n/native/es.jsonsrc/i18n/native/pt.jsonsrc/i18n/pt.json
7acee10 to
065f908
Compare
closes #856
Summary by CodeRabbit
New Features
Style