add Odia translation support#808
Conversation
|
🎉 Welcome @RohitKumar717!
We appreciate your contribution! 🚀 |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 11 minutes and 9 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe iOS app's localization configuration was updated to include Odia language support by adding the locale code Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@ios/Runner/Info.plist`:
- Line 14: AppLocalizations.supportedLocales is missing Locale('or') despite iOS
Info.plist and lib/l10n/app_or.arb existing; regenerate the Flutter localization
outputs so the generated lib/l10n/app_localizations.dart includes Locale('or')
in AppLocalizations.supportedLocales (or manually add Locale('or') to that list
if regeneration is not possible). Run the Flutter localization generation (e.g.
flutter gen-l10n / flutter pub run build_runner build as appropriate), confirm
lib/l10n/app_localizations.dart contains Locale('or') in the supportedLocales
array, and commit the regenerated file.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 71a4607d-8343-4c23-8765-6ad6babf364a
📒 Files selected for processing (2)
ios/Runner/Info.plistlib/l10n/app_or.arb
|
@M4dhav waiting for review sir ! |
|
Hey @RohitKumar717, are you a native Odia speaker? |
yes |
Summary
Added Odia (
or) localization fileapp_or.arbto support Odia-speaking users.Changes
lib/l10n/app_or.arbwith complete Odia translationsTranslation Notes
Testing
.arbfile structure matchesapp_en.arbformatflutter pub getsuccessfully run and checked the translation for odiaRelated
Closes #711
Summary by CodeRabbit