Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.91 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.91 KB

Documentation Status Translation Status (pre-release)

Documentation Status Translation Status (latest)

Zammad Admin Documentation

Source files for Zammad’s admin documentation (latest / pre-release).

Contributing

Please see the Contributing section in this manual.

Compilation

Dependencies

  • sphinx

    $ pip install -r requirements.txt
    
  • gettext

    $ brew install gettext              # macOS
    $ sudo apt install gettext          # Debian / Ubuntu
    $ sudo dnf install gettext          # Fedora
    

Example for a local HTML build

make html

Building for a specific language:

$ make -e SPHINXOPTS="-D language='en'" html

Localization progress

Translation progress