-
-
Notifications
You must be signed in to change notification settings - Fork 23
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: add i18n support #27
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nozomuikuta
I've left a few comments!
Whether to address them in this PR or to consider them separately, I'd like to leave that up to you.
I'm currently thinking of making some larger changes to tsconfig, prettier config, etc., so it might be helpful for me if this gets merged first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome! 👍🏻
Related to #13
I added fundamental code for i18n support.
Once this PR is merged, we can start Japanese translation.
I already translated
/src/ja/docs/index.md
for demonstration.I will add some inline comments.