Is there a chance I can utilize next-i18next
package for adding the translation support for a <Head>
component in a _document
file? Since the translation string injection happens in an _app
file, can this somehow be adjusted to support translations for meta tags?
Exaple:
<meta name="description" content={ t('header:description') } />