Skip to content

collective/collective.i18nreport

 
 

Repository files navigation

collective.i18nreport

Creates a coverage report of internationalizations.

Usage

Install it using buildout:

[buildout]
parts =
    report

[report]
recipe = zc.recipe.egg
eggs = collective.i18nreport

Or you can checkout the repository and use it from source:

$ git clone https://github.com/collective/collective.i18nreport.git
$ ln -s development.cfg buildout.cfg
$ python2.7 bootstrap.py
$ bin/buildout
$ bin/i18nreport --help
Usage: i18nreport [-h] [--path PATH] [--format FORMAT] [--all-languages]

Options:
  -h, --help            show this help message and exit
  -p PATH, --path=PATH  Path to scan for translations (defaults to pwd)
  -f FORMAT, --format=FORMAT
                        Formats: json, html
  -a, --all-languages   Show also languages wich are not translated at all

About

Internationalization coverage report

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.5%
  • HTML 4.5%