chore(i18n): web 296 + desktop 966 死键清理 + 死键机器门禁 - #2170
Merged
Conversation
UIUX 探索 lane 死键项收口(保守判据:键字面量全仓不出现 + 非动态前缀):
- web common.json 391→95;desktop en/zh.json 1131→165(zh/en 键面 parity 保持;settings.dataCategory 运行时键与 error UX P1 键等测试消费键全部保留)
- 新增 verify-i18n-deadkeys.py fail-closed 门禁:扫描 web/desktop 两 bundle,动态前缀(t(`auth.error.oidc.${x}`) 与 t('prefix.'+x))保护,基线 i18n-deadkeys-baseline.json(当前空)
- checks.yml validate 接入新步骤;变异自测(注入 zz.deadKey)立即 FAIL
- 验证:web 258 / desktop 588 / workbench 1659 全绿(workbench 3 例并发超时隔离重跑 43/43 通过);web/desktop/workbench tsc 全绿;verify-ci-gates/doc-ssot 全过
Co-authored-by: Cursor <cursor@vectorcontrol.tech>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
范围(UIUX 探索 lane 死键项,round-27)
common.json391→95;desktopen/zh.json1131→165。保守判据:键字面量全仓(含测试/e2e)不出现、且不属动态前缀;zh/en 键面 parity 保持;settings.dataCategory.*运行时键与 [PM/客户体验] 用户可见错误面审计与改进切片清单 #2072 error UX P1 键等测试消费键全部保留。verify-i18n-deadkeys.py(fail-closed)——扫描 web/desktop 两 bundle,动态前缀t(\auth.error.oidc.${x}`)/t(prefix.+x)保护,例外进i18n-deadkeys-baseline.json(当前空)。checks.yml` validate 接入。zz.deadKey→ 立即 FAIL ✅。验证(本地已跑)
tsc --noEmit全绿verify-ci-gates.py/verify-doc-ssot.py全过;git diff --check干净