From 6331944ed14904bcc748cccd5987d47dba4bd640 Mon Sep 17 00:00:00 2001 From: "roomote[bot]" <219738659+roomote[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 21:35:05 -0700 Subject: [PATCH] feat: add translation check action to pull_request.opened event (#6393) Co-authored-by: Roo Code --- .roo/roomotes.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.roo/roomotes.yml b/.roo/roomotes.yml index 33f6b3bd57..ecc4da61ee 100644 --- a/.roo/roomotes.yml +++ b/.roo/roomotes.yml @@ -20,6 +20,10 @@ github_events: - event: pull_request.opened action: name: github.pr.review + - event: pull_request.opened + action: + name: general.task + prompt: "Check this pull request for any missing translations in the codebase. First, run the check-translations script using `node scripts/find-missing-translations.js` and carefully review its output for any missing translations. Then look for hardcoded strings that should be internationalized, but focus only on hardcoded strings that were added in this PR rather than existing strings. Verify that all UI text uses i18n functions, and ensure translation files are updated for all supported languages. If the script reports missing translations or you find other translation issues, use the translator mode to add them." - event: pull_request_review_comment.created action: name: github.pr.comment.respond