fix(i18n): add hebrew locale coverage

This commit is contained in:
pixelpaws
2025-09-30 22:03:44 +08:00
parent 2e3f48ebb7
commit 6f5bf4b582
2 changed files with 38 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ EXPECTED_LOCALES = (
"fr",
"es",
"ko",
"he",
)
REQUIRED_SECTIONS = {"common", "header", "loras", "recipes", "modals"}