跳转到主要内容

国际化覆盖报告

项目描述

创建国际化覆盖报告。

用法

使用buildout安装它

[buildout]
parts =
    report

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

或者您可以检出仓库并从源代码使用它

$ 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

变更日志

1.2.2 (2013-04-16)

  • 修复子进程死锁:在check_output中使用Popen.communicate而不是Popen.wait。 [cedricmessiant]

1.2.1 (2013-04-12)

  • 修复打印结果时的编码问题。 [jone]

1.2 (2013-04-11)

  • 消除arbitrary依赖,因为它需要argcomplete。修复#1。 [jone]

1.1 (2013-02-10)

  • 添加 Python 2.6 兼容性。[jone]

1.0 (2013-02-10)

  • 初始实现

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解有关安装包的更多信息。

源分发

collective.i18nreport-1.2.2.zip (21.3 kB 查看哈希值)

上传时间

由以下机构支持