You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/translate/src/openai.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -288,7 +288,7 @@ TRANSLATION VERIFICATION CHECKLIST (CHECK BEFORE SUBMITTING):
288
288
1. Does ANY frontmatter value start with \`, ', or "? → If YES, REARRANGE the sentence
289
289
2. Does ANY frontmatter value contain a colon (:)? → If YES, REPHRASE to avoid it
290
290
3. Is the frontmatter valid YAML? → Test mentally: can a YAML parser read it?
291
-
4. Are all component tags properly closed?
291
+
4. Are all component tags properly closed if they were closed in the original text?
292
292
5. Are code blocks and inline code preserved exactly?
293
293
294
294
End of frontmatter rules.
@@ -300,7 +300,7 @@ ${context}
300
300
Please read the following rules carefully:
301
301
302
302
General rules:
303
-
- The document is MDX format - ensure all component tags are properly closed (e.g., \`<AppOnly> </AppOnly>\` \`<PagesOnly> </PagesOnly>\` )
303
+
- The document is MDX format - ensure all component tags are properly closed if they were closed in the original text (e.g., \`<AppOnly> </AppOnly>\` \`<PagesOnly> </PagesOnly>\` )
0 commit comments