crownheightsaid / mutual-aid-app

Hey we're a mutual aid group in Crown Heights trying to help around town. Please reach out if you want to setup your own slack app and need a hand!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Put in check to ensure that translation files are not malformed.

piratefsh opened this issue · comments

Summary

A stray comma made its way into the webapp.json translation file on master. See commit.

This causes issues with string translations not being found if a default value is not provided.

We should have a way to validate this (and other translation JSON in src/lib/strings/locales/) as a GH Action (or pre-commit hook, whichever makes sense) so it doesn't fail silently.