-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add i18n to Tresjs documentation #123
Comments
I am curious 🤔 why not create a separate translation base like docs-cn? Vue/Vite/Vitest all do this. |
Hi @Randysheng that's another good solution, we need just choose and implement it |
Hi @JaimeTorrealba, I finished a first draft of a Chinese. I made some changes. refer to VueRouter docs. I have submitted the code. If you have time, please take a look. And I’m going to continue to transform Chinese translation to make it better. |
Thanks @Randysheng I will continue with Spanish translation, then we deside the best strategy to do this |
description
To expand the project, it will be necessary to add translations in different languages, for this we need to create the base.
Currently there are intentions to add Spanish and Chinese.
To discuss
We have several strategies to achieve this goal, but here I will expose two of them.
1. Using the current feature provide by vitepress (check it out)[https://vitepress.vuejs.org/guide/i18n]
2. Using the I18n plugin
4 Be aware of diferent formats like plurals, dates etc.
5 Implies more work to do, but it is a tested solution
The text was updated successfully, but these errors were encountered: