If you are willing to contribute with translations you need to fullfil some requirements:
- You need a crowdin account.
- Chose the target language if exist otherwise request to be enabled.
The language by default is English, all source code is under the docs folder.
https://github.com/verdaccio/website/tree/master/docs
We use Docusaurus to publish the website, it is based on React. The source code is under the folder
https://github.com/verdaccio/website/tree/master/website
馃毃馃毃 Some caveats you need to keep on mind 馃毃馃毃:
- Do not update files in the following folders due are autogenerated by crowdin
website/website/translated_docswebsite/website/versioned_docswebsite/website/versioned_sidebarswebsite/i18n/!en.json(only update en.json, the other files are autogenerated)
Go to cd website that include the docusaurus source code
Start the dev server (browser will open)
yarn run start
Build the website on build/ folder
yarn run build