i18n: Robustify db-seed-i18n.py parsing
authorDan Scott <dan@coffeecode.net>
Mon, 9 Apr 2012 13:37:57 +0000 (09:37 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Mon, 9 Apr 2012 19:27:04 +0000 (15:27 -0400)
commit161eac08101524a72592fe9c8610ab8e0c881729
tree1dbf0e072fadede03200d2aa04997c97db7227d1
parente28d5faf7c455a624534d7ea8720fed509efff04
i18n: Robustify db-seed-i18n.py parsing

Faced with the perplexing use of a space before a comma in
oils_i18n_gettext() keys, db-seed-i18n.py's regex failed. The solution
for a sloppy regex? More powerful regex!

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
build/i18n/scripts/db-seed-i18n.py