mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-07 02:18:07 +01:00
414 B
414 B
- For Frigate NVR, never write strings in the frontend directly. Since the project uses
react-i18next, uset()and write the English string in the relevant translations file inweb/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.