i18n(ko-KR): create studiocms-wysiwyg.mdx#99
Conversation
WalkthroughA new documentation file has been introduced for the Changes
Suggested reviewers
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (3)
src/content/docs/ko/package-catalog/studiocms-plugins/studiocms-wysiwyg.mdx (3)
13-15: Remove unused imports and unify semicolon usage
Steps,Tabs, andTabItemare imported but never used. Also, consider adding a semicolon after the first import to keep import formatting consistent.
20-27: Consider using the<Steps>component
Since you importedSteps, wrapping the two installation instructions in a<Steps>component can improve consistency across your docs.
28-37: Fix code snippet formatting and verify snippet attributes
- Align the indentation inside the TS code block (remove the extra space before
export default).- Ensure that
ins={2, 6}is a supported attribute for your MDX toolchain (you might need to use something likehighlight={[2,6]}instead).
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/content/docs/ko/package-catalog/studiocms-plugins/studiocms-wysiwyg.mdx(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Run Starlight Link Check
🔇 Additional comments (2)
src/content/docs/ko/package-catalog/studiocms-plugins/studiocms-wysiwyg.mdx (2)
1-11: Verify frontmatter schema and locale metadata
The frontmatter looks well‑formed, but please confirm it aligns with your i18n guidelines—e.g., ensure any requiredlocaleorslugfields for the Korean translation are present.
16-19: Approve introduction content
The Korean text in the introduction is clear and grammatically correct.
Description
Summary by CodeRabbit