Closed JaimeTorrealba closed 9 months ago
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