ยฉ 2026 Hedgehog Software, LLC
const en_dict = { foo: { bar: 'Bar', baz: 'Baz' } }
const translated = t(`foo.${apiResponse.key}`) // key could be any string here
t()