Fix: Add missing Handlebars partials to preload function

- Added partial-active-effects.hbs and partial-item-effects.hbs to preloadHandlebarsTemplates()
- These partials were used in sheets but not preloaded, causing render errors
- Fixed lang/fr.json formatting (added closing brace and newline)
- Added test script to validate template loading
- Added CORRECTIONS.md documentation

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-06-07 00:26:07 +02:00
parent 156672d853
commit d0423b2017
4 changed files with 339 additions and 1 deletions
+2 -1
View File
@@ -107,4 +107,5 @@
"noActiveEffects": "Aucun effet actif",
"effectSummary": "Résumé des modifications",
"toggleEffect": "Activer/Désactiver"
}
}
}