Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 1.24 KB

Contributing to PGFPlotsEdt

Welcome to contribute to PGFPlotsEdt! Feel free to file issues for suggestions and create pull requests for improvements.

Translation

PGFPlotsEdt supports multiple languages. To contribute your translation, there are mainly three parts to finish:

  • Interface: lang/en.js is the JSON-like translation table for the interface. Create your own file lang/[lang].js and add it to the HTML.
  • Data: lang/dict_en.js contains JavaScript variables for parameter translation tables. Create your own file lang/dict_[lang].js and now you can add it to the options.
  • Docs: docs/README.md is the documentation in Markdown format. Create your own file docs/README_[lang].md, run cd docs && PPEDT_LANG=[lang] l3build doc locally, and add it to the workflow.

Your translation will make PGFPlotsEdt accessible to more people!