Replies: 3 comments 6 replies
|
This is definitely planned |
2 replies
|
One nice thing about i18n is that if you do it from the beginning, even if you only use one locale, it makes it trivial to add more locales later (your texts are already prepared for that!) and if you use keys to identify texts then your messages files makes it easier to update the copy later without even changing the actual code. |
0 replies
|
@kentcdodds How are you planning to implement i18n in epic-stack? using |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It's a common requirement for medium to large projects.
Pros:
Cons:
All reactions