Add Indonesian UI#4319
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughAdds Indonesian (id) localization: a new translation.json catalog, writingSystem entry, README badge update, and MkDocs i18n/search/alternate config. Adds five new Indonesian user guide pages (index, account, admin, dataEntry, goals, project). Updates image paths in existing es/zh user guide pages and fixes a placeholder whitespace typo across several locale files. ChangesIndonesian UI localization enablement
Indonesian user guide pages and mkdocs configuration
Existing user guide image path updates (es/zh)
Estimated code review effort: 2 (Simple) | ~15 minutes Suggested labels: 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% 75.96%
=======================================
Files 305 305
Lines 11384 11384
Branches 1411 1411
=======================================
Hits 8648 8648
Misses 2332 2332
Partials 404 404
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
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