Manually checking localization.ts is very painful! So I whipped out this hacky script that automatically checks it: https://github.com/johnbanq/supersplat-i18n-check. It automatically finds: * untranslated keys * unused keys * undefined keys by analyzing all localize() call sites in the codebase. Putting this here just for the record. We can add it to CI if we are OK with this (quite complicated) approach.