国际化覆盖报告
项目描述
创建国际化覆盖报告。
用法
使用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 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 9db763b42b5a425a8c118e8587c83816f2d624006189a965993cfd812b44dd20 |
|
MD5 | ce00ace15aaa05030b9351c9e1c5f1a5 |
|
BLAKE2b-256 | 25a90b4d699af9da6eb57dfbb13d15623e814d185acb94b95e08906335e15cb1 |