apertureless / vue-chartjs

📊 Vue.js wrapper for Chart.js
https://vue-chartjs.org
MIT License
5.54k stars 835 forks source link

Translate Documentation #400

Open apertureless opened 6 years ago

apertureless commented 6 years ago

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.

docs
├── README.md
├── guide
│   └── README.md
├── reference
│   └── README.md

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 example zh-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.

docs
├── README.md
├── reference
│   └── README.md
└── zh-cn
    ├── README.md
    ├── guide
    │   └── README.md
    └── reference
        └── README.md

Checklist for Contributors

Feel free to add additional languages!

euledge commented 6 years ago

of course I will help translating Japanese 👍

guillecro commented 5 years ago

Good luck! Thou, have in mind that the doc is retrieving the latest dist of Docute. I am going to send you a PR with the fixed URLs for the documentation to work properly!

vinayakkulkarni commented 5 years ago

Seems the docs are offline.

Uncaught ReferenceError: docute is not defined
apertureless commented 5 years ago

@vinayakkulkarni

Maybe clear your cache. Docs are working fine after the merged PR from @guillecro

apertureless commented 5 years ago

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

apertureless commented 5 years ago

New docs are up now: https://vue-chartjs.org/

apertureless commented 4 years ago

Still looking for help for translations and improvements! 🍺

rakvium commented 4 years ago

@apertureless I'm going to implement the Russian section.

jotasies commented 3 years ago

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.