Compile-time key-parity helper: a locale catalog typed KeyParity<typeof enCatalog> must declare EXACTLY the default's keys (no missing, no extra). Use it on each non-default catalog so a dropped/typo'd key is a type error.
KeyParity<typeof enCatalog>
Compile-time key-parity helper: a locale catalog typed
KeyParity<typeof enCatalog>must declare EXACTLY the default's keys (no missing, no extra). Use it on each non-default catalog so a dropped/typo'd key is a type error.