Closed
Description
Hi there,
I was wondering if you have any plans to support i18n or any multi-language feature in your project's roadmap?
I understand that there are various i18n packages available, but since I have forked this project and added customized features, it would be difficult to merge with your new features in the future. Therefore, it would be greatly appreciated if you could consider adding i18n support to make the integration process easier.
For this Next.js project, perhaps the next-i18next package could be used to achieve this goal.
For example:
import { useTranslation } from 'next-i18next'
export const Footer = () => {
const { t } = useTranslation('footer')
return (
<footer>
<p>{t('description')}</p>
</footer>
)
}
Thank you for your consideration!
Metadata
Metadata
Assignees
Labels
No labels