diff --git a/docs/i18n.md b/docs/i18n.md index 5f0f494..b0d237b 100644 --- a/docs/i18n.md +++ b/docs/i18n.md @@ -65,4 +65,4 @@ i18n 文件与页面同置于 `wwwroot/` 下,宿主应用加载时按当前语 新增任何页面文案/错误码/按钮时:先在 `zh-CN.json` 与 `en-US.json` 同步增加同键 条目,再在页面中引用该键。两文件键集合必须保持一致(提交前用脚本比对 -`jq -S 'keys'` 两文件差异,差异为 0 才允许提交)。 +`jq -S 'keys'` 两文件差异,差异为 0 才允许提交)。 \ No newline at end of file diff --git a/wwwroot/i18n/en-US.json b/wwwroot/i18n/en-US.json index 54b4e14..fb9d731 100644 --- a/wwwroot/i18n/en-US.json +++ b/wwwroot/i18n/en-US.json @@ -93,4 +93,4 @@ "entity.field.entity_type": "Entity Type", "entity.field.status": "Status", "entity.field.attributes_json": "Attributes JSON" -} +} \ No newline at end of file diff --git a/wwwroot/i18n/zh-CN.json b/wwwroot/i18n/zh-CN.json index f5ec39d..016a364 100644 --- a/wwwroot/i18n/zh-CN.json +++ b/wwwroot/i18n/zh-CN.json @@ -93,4 +93,4 @@ "entity.field.entity_type": "实体类型", "entity.field.status": "状态", "entity.field.attributes_json": "属性JSON" -} +} \ No newline at end of file