A Type-Safe, Lightweight i18n System in TypeScript
While working on bitmenu and adding i18n I though I'd write an entry about how I like to handle translations in TypeScript projects. The common i18n pattern (and why I hate it) It's quite common to ...