Skip to content

i18n Support #109

Closed
Closed
@DysonMa

Description

@DysonMa

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions