Add Indonesian UI#4319
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (21)
✅ Files skipped from review due to trivial changes (15)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds Indonesian UI localization support, new Indonesian user guide pages, and MkDocs language wiring. Updates existing user guide image paths and formatting in Spanish, Chinese, English, and other locale files, and normalizes a translation placeholder string across several languages. ChangesIndonesian UI localization enablement
Indonesian user guide pages
Existing user guide asset and formatting updates
Estimated code review effort: 3 (Moderate) | ~30 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4319 +/- ##
==========================================
- Coverage 75.96% 66.88% -9.08%
==========================================
Files 305 248 -57
Lines 11384 6303 -5081
Branches 1411 794 -617
==========================================
- Hits 8648 4216 -4432
+ Misses 2332 1826 -506
+ Partials 404 261 -143
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@public/locales/id/translation.json`:
- Line 335: Fix the typo in the `deleteConfirm` translation string by correcting
the missing space in the Indonesian copy; update the value in the locale entry
so the prompt reads naturally. Locate the string via `deleteConfirm` in the
translation JSON and adjust only that text.
🪄 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: 061452eb-1c51-4be1-b16e-009426d51bb7
📒 Files selected for processing (25)
README.mddocs/user_guide/docs/account.es.mddocs/user_guide/docs/account.id.mddocs/user_guide/docs/account.zh.mddocs/user_guide/docs/admin.es.mddocs/user_guide/docs/admin.id.mddocs/user_guide/docs/admin.zh.mddocs/user_guide/docs/dataEntry.es.mddocs/user_guide/docs/dataEntry.id.mddocs/user_guide/docs/dataEntry.zh.mddocs/user_guide/docs/goals.es.mddocs/user_guide/docs/goals.id.mddocs/user_guide/docs/goals.zh.mddocs/user_guide/docs/index.id.mddocs/user_guide/docs/project.es.mddocs/user_guide/docs/project.id.mddocs/user_guide/docs/project.zh.mddocs/user_guide/mkdocs.ymlpublic/locales/ar/translation.jsonpublic/locales/en/translation.jsonpublic/locales/es/translation.jsonpublic/locales/id/translation.jsonpublic/locales/pt/translation.jsonpublic/locales/zh/translation.jsonsrc/types/writingSystem.ts
|
So all the image links were broken? |
jasonleenaylor
left a comment
There was a problem hiding this comment.
@jasonleenaylor reviewed 30 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on imnasnainaec).
No, they worked because the mkdocs builder compensated for it, but it was a noisy build with all the warnings. |
Also remove unnecessary
../added to image paths in non-English user guide pages. They are now automatically resolved by mkdocs.Devin: https://app.devin.ai/review/sillsdev/TheCombine/pull/4319
This change is
Summary by CodeRabbit
New Features
Documentation
Bug Fixes