Update extensions/openclaw-zh-cn-ui/README.md

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
度人自度
2026-02-16 18:42:55 +08:00
committed by Peter Steinberger
parent aeadeffa15
commit 531f735c8a

View File

@@ -4,7 +4,7 @@
```javascript
const translations = require('./translations/zh-CN.json');
console.log(transl['Save']); // 输出:保存
console.log(translations['Save']); // 输出:保存
```
## 继续翻译工作