Skip to content

add Odia translation support#808

Open
RohitKumar717 wants to merge 6 commits into
AOSSIE-Org:masterfrom
RohitKumar717:translation-or
Open

add Odia translation support#808
RohitKumar717 wants to merge 6 commits into
AOSSIE-Org:masterfrom
RohitKumar717:translation-or

Conversation

@RohitKumar717
Copy link
Copy Markdown

@RohitKumar717 RohitKumar717 commented Mar 30, 2026

Summary

Added Odia (or) localization file app_or.arb to support Odia-speaking users.

Changes

  • Added lib/l10n/app_or.arb with complete Odia translations

Translation Notes

  • Used everyday, accessible Odia vocabulary suitable for all age groups
  • Followed ICU message formatting for plurals and placeholders
  • Translations reviewed for accuracy and natural language flow

Testing

  • Verified .arb file structure matches app_en.arb format
  • All keys from the source file are present and translated
  • Note: flutter pub get successfully run and checked the translation for odia

Related

Closes #711

Summary by CodeRabbit

  • New Features
    • Added Odia language support to the app, expanding localization options for users in Odia-speaking regions.

@RohitKumar717 RohitKumar717 requested a review from M4dhav as a code owner March 30, 2026 20:34
@github-actions
Copy link
Copy Markdown
Contributor

🎉 Welcome @RohitKumar717!
Thank you for your pull request! Our team will review it soon. 🔍

  • Please ensure your PR follows the contribution guidelines. ✅
  • All automated tests should pass before merging. 🔄
  • If this PR fixes an issue, link it in the description. 🔗

We appreciate your contribution! 🚀

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 30, 2026

Warning

Rate limit exceeded

@RohitKumar717 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 11 minutes and 9 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f72cabb9-e8e6-47b1-8d0b-76895f78da95

📥 Commits

Reviewing files that changed from the base of the PR and between c9fd941 and c404536.

📒 Files selected for processing (3)
  • lib/l10n/app_localizations.dart
  • lib/l10n/app_localizations_or.dart
  • lib/l10n/app_or.arb
📝 Walkthrough

Walkthrough

The iOS app's localization configuration was updated to include Odia language support by adding the locale code or to the CFBundleLocalizations array in the Info.plist file.

Changes

Cohort / File(s) Summary
Localization Configuration
ios/Runner/Info.plist
Added Odia language locale (or) to the CFBundleLocalizations array to declare support for Odia translations.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A string so small, yet mighty fine,
"or" joins the locales in line,
Odia speakers now can see,
Their words displayed in harmony!
One line added, languages grow,
The app's compassion starts to show! 🌍

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'add Odia translation support' accurately and clearly describes the main change in the pull request, which adds Odia localization support.
Linked Issues check ✅ Passed The pull request adds Odia translation support as required by issue #711, providing the necessary translated resource file for Odia-speaking users.
Out of Scope Changes check ✅ Passed The pull request only adds Odia localization, which is within scope of the linked issue #711 that requests Odia translation support.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between bf1dbe2 and c9fd941.

📒 Files selected for processing (2)
  • ios/Runner/Info.plist
  • lib/l10n/app_or.arb

Comment thread ios/Runner/Info.plist
@RohitKumar717
Copy link
Copy Markdown
Author

@M4dhav waiting for review sir !

@Mayank4352
Copy link
Copy Markdown
Contributor

Hey @RohitKumar717, are you a native Odia speaker?

@RohitKumar717
Copy link
Copy Markdown
Author

Hey @RohitKumar717, are you a native Odia speaker?

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Odia

2 participants