From 1932ac89907b7413cdd71b2e4a6df05dc51f38fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tyrese=20Luo=20=28=E7=BE=85=E5=81=A5=E5=B3=AF=29?= Date: Fri, 5 Jun 2026 13:25:32 +0800 Subject: [PATCH] docs: add i18n review rule to agents --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 8842d383c..36b04e06c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -21,6 +21,10 @@ This project does not use automatic Rust formatting. Do not run `cargo fmt`, `ru Present changes for testing first. Wait for user confirmation before committing or opening a PR. +### Check i18n for new features + +When designing or implementing new features, always check whether i18n translation keys and UI text alignment need updates so translated content is not missing or visually inconsistent. + ### Makepad 2.0 only - Use `script_mod!`, not `live_design!`