frigate/.cursor/rules/frontend-always-use-translation-files.mdc

6 lines
166 B
Plaintext
Raw Normal View History

2025-10-23 21:19:55 +03:00
---
globs: ["**/*.ts", "**/*.tsx"]
alwaysApply: false
---
Never write strings in the frontend directly, always write to and reference the relevant translations file.