-
Notifications
You must be signed in to change notification settings - Fork 4
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
Why use a separate locale package? #4
Comments
Hi @dBianchii, soo sorry for the late reply.
Tbh, I can't remember why I did it as separate package - possible that it's just over-engineered :D I think you can implement the localization directly in the app, if you don't need the i18n ally extension - But with the current implementation I would keep it in a separate package, otherwise you have to add the Hope that makes sense, haven't checked the code and/or if it's now possible to read the ts files directly / using the |
As mentioned in #6 it seems that we could read the I think using the json files is currently the "way to go" if you want to use the Editor UI from i18n-ally. I have seen that there are some issues/PRs in their repo. Will close this issue for now - if there is something else, please let know :) |
Hi @noxify . Thanks for this project. I used it as a reference while adding next-international to my current t3 turbo project.
I have one question: why separate locales into another package? Is it so that it can be used in other nextjs projects at the same time? Or only for organizational reasons?
Thanks for this! I had not heard of i18n ally before. Looks awesome!
The text was updated successfully, but these errors were encountered: