czon 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,6 +43,7 @@ async function translateMarkdown(filePath, content, targetLang) {
43
43
  '不要更改任何非文本元素或其格式。',
44
44
  '确保技术术语和代码片段保持不变。',
45
45
  '提供自然流畅的翻译,适合熟悉该主题的读者阅读。',
46
+ `面对术语或短语时,挑选 ${lang} 中最常用和易懂的表达方式,避免保留原语言短语,避免短语级别的翻译遗漏。`,
46
47
  ].join('\n'),
47
48
  },
48
49
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "czon",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "CZone - AI enhanced Markdown content engine",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",