Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTranslate 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. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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.mdis 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
docsfolder 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
developyarn docs:devornpm run docs:dev/README.md/guide/README.md/api/README.md/.vuepress/config.js/.vuepress/config.js(descriptionfield)Feel free to add additional languages!