chore: add check locales keys

This commit is contained in:
jialin
2025-03-28 19:15:57 +08:00
parent 2079fc1801
commit c0d92fbdd5
7 changed files with 152 additions and 4 deletions
+6
View File
@@ -35,3 +35,9 @@ To add a new language configuration, follow these steps:
- Review and ensure all translations are complete.
- If any translations are missing, they will default to `English`.
- Your new language configuration is now ready for use!
## 5. **Verify that all language keys are consistent.**
```bash
npm run check:locales
```