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

Unusual Implementation of Internationalization in Next.js Project #8

Open
tianlelyd opened this issue Apr 16, 2024 · 0 comments
Open

Comments

@tianlelyd
Copy link

I noticed that in the project's package.json dependencies, the next-intl package is included. However, upon further inspection of the internationalization implementation in the project, it appears that the functionality is custom-coded and does not make use of the next-intl package at all.

This discrepancy raises questions about the necessity of including the next-intl package in the dependencies if it is not being utilized for internationalization. It would be beneficial to clarify the reasoning behind this implementation choice and ensure that the project's dependencies are aligned with the actual implementation.

I would appreciate it if the project author or maintainers could provide insights into the decision-making process regarding the internationalization strategy in the project.

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

No branches or pull requests

1 participant