feat: use prettier for i18n translations (#24623)

This commit is contained in:
Brandon Wees 2026-01-06 10:02:10 -05:00 committed by GitHub
parent 006d02cfaf
commit f52bd9f38a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 37 additions and 6 deletions

View file

@ -34,4 +34,4 @@ run = { task = ":i18n:format-fix" }
[tasks."i18n:format-fix"]
dir = "i18n"
run = "pnpm dlx sort-json *.json"
run = "pnpm run format:fix"