Validate json strings on build #338
Labels
Engineering
Technology and Development Track
Size: L
Type: Robustness
Tickets to improve the application, invisibly
Milestone
Right now we read strings our of our i18n locale files and our urls.json file. The code does not know whether these strings exist, leaving us with a bunch of
|| null
types.We know all of the lookups at build time, so we should be able to validate that!
This is not a requirement for any part of MVP launch.
Reference: @rocketnova in #333 (comment)
The text was updated successfully, but these errors were encountered: