diff --git a/frontend/scripts/check-unlocalized-strings.cjs b/frontend/scripts/check-unlocalized-strings.cjs index c092b58af7..97ed87fe5b 100755 --- a/frontend/scripts/check-unlocalized-strings.cjs +++ b/frontend/scripts/check-unlocalized-strings.cjs @@ -39,6 +39,7 @@ const IGNORE_PATHS = [ "entry.client.tsx", // Client entry point "utils/scan-unlocalized-strings.ts", // Original scanner "utils/scan-unlocalized-strings-ast.ts", // This file itself + "frontend/src/components/features/home/tasks/get-prompt-for-query.ts", // Only contains agent prompts ]; // Extensions to scan