@agentscope-ai/i18n 0.1.5 → 0.1.6
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.
package/package.json
CHANGED
|
@@ -149,11 +149,13 @@ description: 国际化(i18n)自动化助手。当用户要对项目目录执行i
|
|
|
149
149
|
}
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
c.
|
|
152
|
+
c. **保存** — 点击「保存」按钮。
|
|
153
|
+
d. **保存** — 点击「立即发布」按钮,然后结束流程,等待用户手动确认即可。
|
|
153
154
|
|
|
154
155
|
## 注意事项
|
|
155
156
|
|
|
157
|
+
- **静默执行**:执行过程中不要输出中间状态描述(如 uid、当前值、按钮信息等),直接操作即可。仅在最终完成或出错时输出一句简短结果
|
|
156
158
|
- 美杜莎是阿里内网平台,需要连接内网/VPN 才能访问
|
|
157
159
|
- `do_not_trans` 标签表示产品指定的中英文文案,不需要翻译同学翻译
|
|
158
160
|
- key 中不支持模板字符串或表达式,全部使用字符串字面量
|
|
159
|
-
- 忽略翻译可使用注释:`// @i18n-ignore`(文件级)、`// @i18n-ignore-line`(行级)、`// @i18n-ignore-block-start/end`(块级)
|
|
161
|
+
- 忽略翻译可使用注释:`// @i18n-ignore`(文件级)、`// @i18n-ignore-line`(行级)、`// @i18n-ignore-block-start/end`(块级)
|