Revert: undo #17974 README change

This commit is contained in:
Muhammed Mukhthar CM 2026-02-17 12:23:26 +00:00
parent 9f907320c3
commit bc4038149c
1 changed files with 1 additions and 1 deletions

View File

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