-
-
Notifications
You must be signed in to change notification settings - Fork 838
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
Translate Documentation #400
Comments
of course I will help translating Japanese 👍 |
Good luck! Thou, have in mind that the doc is retrieving the latest dist of Docute. |
Seems the docs are offline. Uncaught ReferenceError: docute is not defined |
Maybe clear your cache. |
Would be cool if you guys could help translating the new docs! 🙏 @zupolgec @amadeann @euledge @kylewelsby @chakan @music-mind @cugu @pushkyn @tesarwijaya @julienc91 @dood- @Mooooooon |
New docs are up now: https://vue-chartjs.org/ |
Still looking for help for translations and improvements! 🍺 |
@apertureless I'm going to implement the Russian section. |
Hi all, I'm could give you some help with translation, this will be my first contribution to an open project but I'm sure I can help. I can work on the Spanish translation, in this specific case will be es-cr (Spanish Costa Rica), eventually could be the base for the other variations within Spanish as they could be a very reduce amount of changes from one variation to another. |
Updated vitepress and removed the old documentation. |
So, it took a while but I have rewritten the documentation and ported it to VuePress.
I hope the structure is a bit better and a few more examples.
If you have any suggestions, please feel free to contribute!
And I always need help with translating!
Structure
The new structure is quite simple. The english documentation is under the
/docs/
folder.The first
README.md
is the Landingpage.Under
/guide/
you will find the normal documentation with examples. Under/reference/
you will find some coding references, like public methods, props, events and so on.Localization
Inside the
docs
folder you will find the subfolders for localization. For examplezh-cn/
,ja/
,ru/
... and so on. I've already created the folders and files. So if you want to contribute you only need to translate it inside your folder.Checklist for Contributors
develop
yarn docs:dev
ornpm run docs:dev
/README.md
/guide/README.md
/api/README.md
/.vuepress/config.js
/.vuepress/config.js
(description
field)Feel free to add additional languages!
The text was updated successfully, but these errors were encountered: