]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add script for checking i18n message
authorHe Jie Xu <xuhj@linux.vnet.ibm.com>
Fri, 30 Nov 2012 08:03:41 +0000 (16:03 +0800)
committerHe Jie Xu <xuhj@linux.vnet.ibm.com>
Mon, 10 Dec 2012 09:29:54 +0000 (17:29 +0800)
commit7ae701120a8940997bc4f04ea513f2b3c7e65f09
treead6eb5b356bae460694ff768f016b8b7513e674b
parent2e043a5a785b452f8f7fcb104b12c0746ca4a513
Add script for checking i18n message

Part of bp make-string-localizable

usage: tox -e i18n

tools/check_i18n.py: used check i18n message for one file.

tools/check_i18n_test_case.txt: test case of check_i18n.py.
run test case with cmd:
$ ./tools/check_i18n.py ./tools/check_i18n_test_case.txt -d

Change-Id: I2c383b7bb11ab3bdb8e3bb3b887342b1225840ac
tools/check_i18n.py [new file with mode: 0644]
tools/check_i18n_test_case.txt [new file with mode: 0644]
tools/i18n_cfg.py [new file with mode: 0644]
tox.ini