-
-
Notifications
You must be signed in to change notification settings - Fork 927
locale(ar): add YAML header, fix indentation, mark API section #1160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
- Add '---' header at top of ar.yaml - Verified and normalized indentation/logical order for first 10 keys - Inserted '# API' comment before API-related keys begin This is a draft commit in fork; no PR opened yet. Signed-off-by: Shravan Kumar <[email protected]>
Summary by CodeRabbit
WalkthroughThe Arabic locale file ( Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Pre-merge checks and finishing touches❌ Failed checks (3 warnings, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (4)
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 |
This PR adds a YAML document header to ar.yaml, fixes indentation in the first 10 keys, removes unused key blocks, and inserts a "# API" section comment for key grouping and future maintainability.
fixes: #596
Tested parsing and file format to ensure no issues.