Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(i18n): add i18n support #665

Draft
wants to merge 3 commits into
base: canary
Choose a base branch
from
Draft

Conversation

PaiJi
Copy link
Contributor

@PaiJi PaiJi commented Nov 7, 2024

This PR aims to add basic i18n support and verify feasibility.
Our goal is to store i18n preferences independently of Next.js internationalization routing, via cookies.

@PaiJi
Copy link
Contributor Author

PaiJi commented Nov 7, 2024

@Siumauricio Do you mind if I add i18n support first?
Translation replacements for zh-Hans will be done incrementally later, I'm doing this because given the fast pace of the project's development, a full translation might take too long and make merging difficult.

@PaiJi
Copy link
Contributor Author

PaiJi commented Nov 7, 2024

@Siumauricio Also, do you have any particular preference for the i18n solution?
I use the https://github.com/i18next/next-i18next.

@PaiJi
Copy link
Contributor Author

PaiJi commented Nov 8, 2024

@Siumauricio Maybe we can use some tools like https://github.com/WeblateOrg/weblate to handle translations manager 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant