devex: i18n coverage (#4991)

* devex: i18n coverage

* feat: chalk usage

* feat: exclude legal
This commit is contained in:
Calum H.
2025-12-29 20:41:40 +00:00
committed by GitHub
parent 3e246f12de
commit afe5f773e0
3 changed files with 409 additions and 1 deletions

View File

@@ -21,7 +21,8 @@
"prepr:frontend:lib": "turbo run prepr --filter=@modrinth/ui --filter=@modrinth/moderation --filter=@modrinth/assets --filter=@modrinth/blog --filter=@modrinth/api-client --filter=@modrinth/utils --filter=@modrinth/tooling-config",
"prepr:frontend:web": "turbo run prepr --filter=@modrinth/frontend",
"prepr:frontend:app": "turbo run prepr --filter=@modrinth/app-frontend",
"icons:add": "pnpm --filter @modrinth/assets icons:add"
"icons:add": "pnpm --filter @modrinth/assets icons:add",
"scripts": "node scripts/run.mjs"
},
"devDependencies": {
"@modrinth/tooling-config": "workspace:*",