[Kimchi-devel] [PATCH V7 0/3] add a make check-local command to verify the i18n string formatting

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Mon Apr 14 05:38:39 UTC 2014


From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>

V6 -> V7:
remove "?" for BAD_PATTERN

V5 -> V6:
use ZhengSheng's expression pattern.

V4 -> V5:
improve the regular expression pattern.
remove glob

V3 -> V4:
use python script to check the i18n string formatting
For discuss with ZhengSheng, we should extend the check.
We should check the string are obsolete or they are statement but not define in i18n.py

V2 -> V3:
improve the regular expression pattern.

V1 -> V2:
move the check to top makefile.
check all i18n.py
improve the checking information.

ShaoHe Feng (3):
  add a make check-local command to verify the i18n string formatting
  remove obsolete i18n strings which are no longer in use
  add a method to check the i18n strings are obsolete

 Makefile.am            |  5 +++
 contrib/check_i18n.py  | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++
 plugins/sample/i18n.py |  1 -
 src/kimchi/i18n.py     |  4 ---
 4 files changed, 87 insertions(+), 5 deletions(-)
 create mode 100755 contrib/check_i18n.py

-- 
1.8.5.3




More information about the Kimchi-devel mailing list