fix(kids): align MagicWords sentence blanks order in zh and ja level 2-1 (#1231) - #1245
fix(kids): align MagicWords sentence blanks order in zh and ja level 2-1 (#1231)#1245loulanyue wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe Japanese and Chinese ChangesKids prompt order
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change only realigns sentence blanks with their defined order in the Chinese and Japanese level 2-1 content. No actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
Summary
Fixes #1231.
In
src/content/kids/zh/2-1-missing-details.mdxandsrc/content/kids/ja/2-1-missing-details.mdx, theMagicWordssentence blanks order differed from theblanksdefinition (animal,place,activity), causing user inputs (e.g. animal) to be populated into the place slot in the rendered sentence.Changes
zh) and Japanese (ja) level2-1-missing-details.mdxso that sentence blanks sequentially match[animal],[place], and[activity].Summary
MagicWordssentence blank order in Chinese and Japanese Kids level 2-1 pages.[animal],[place], and[activity].