Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

sebastianbergmann/phpunit-documentation-spanish

Repository files navigation

The PHPUnit project is no longer involved with the translation of its documentation to other languages. This repository is now archived.

Translations

Each translation of the documentation is maintained in a separate repository:

Adding a new translation

If you want to create a new translation, please open an issue in the issue tracker of the English documentation, stating which language you would like to translate. A repository will be created and added to the available translations.

Ideally, you would already have prepared a first version based on a fork or a copy of the English documentation, which will then be imported into the official repository.

Building the Documentation

Requirements

Building the HTML Documentation

To build the complete documentation run:

$ make html

Afterwards you will find the HTML files in build/html.

Proofreading Automation

Setup

$ pip install docutils-ast-writer
$ npm install

Usage

$ ./node_modules/.bin/textlint src