This is the official website of Moleculer project. This site is built with hexo. Site content is written in Markdown format and located in source.
$ git clone [email protected]:ice-services/site.git
$ cd site
$ npm install
$ npm run dev$ npm run buildIf you want to help us to translate Moleculer website & documentation to your language, just fork the repo, create a "work-in-progress" issue to inform others that you're doing the translation, and just go on.
Which files do I need to translate?
- Copy the
en.ymlin/themes/moleculer/languagesand rename to the language name (all lower case. E.g.:fr.yml) - Add a new language folder in
sourcefolder. (All lower case. E.g.:/source/fr) - Copy the files from
/source/api&/source/docsto the new language folder (/source/fr/api,/source/fr/docs) - Add the new language to
/source/_data/languages.yml - Start the translating :)
- If you are ready, open a PR.
Thank you in advance!
Copyright (c) 2016-2017 Ice-Services