mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-23 12:38:29 +03:00
4 lines
414 B
Markdown
4 lines
414 B
Markdown
- For Frigate NVR, never write strings in the frontend directly. Since the project uses `react-i18next`, use `t()` and write the English string in the relevant translations file in `web/public/locales/en`.
|
|
- Always conform new and refactored code to the existing coding style in the project.
|
|
- Always have a way to test your work and confirm your changes. When running backend tests, use `python3 -u -m unittest`.
|