import t from 'i18n.ts'// Component Grandchildexport default function() { const locale = 'vi' // it would be good if I can get this from Parent without passing through property return <p>{t[locale].key}</p>}
import t from 'i18n.ts'// Component Grandchildexport default function() { const locale = 'vi' // it would be good if I can get this from Parent without passing through property return <p>{t[locale].key}</p>}