i18n
i18n copied to clipboard
Narrow interfaces are not assignable to TranslationContext
ctx.t accepts TranslationContext that is defined as Record<string, FluentValue>
However, if you try to pass a narrower type (like {a: string}), you get an error