This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Pre-commit fails if locale files are not loaded #1598
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be addressed soon
First reported by @ritesh-pandey.
Description
Pre-commit hooks try to run tests and fail if the locale files do not exist.
Reproduction
src/locales/
folder, if you have any (in particular, delete thesrc/locales/ar.json
file).Additional context
If you run
pnpm dev
orpnpm i18n
, locale files are loaded, and pre-commit hooks succeed even without this change.Resolution
The text was updated successfully, but these errors were encountered: