frigate/.cursor/rules/frontend-always-use-translation-files.mdc
2025-10-23 12:19:55 -06:00

6 lines
166 B
Plaintext

---
globs: ["**/*.ts", "**/*.tsx"]
alwaysApply: false
---
Never write strings in the frontend directly, always write to and reference the relevant translations file.