i18n: Robustify db-seed-i18n.py parsing user/dbs/tpac_dbseed_tolerance
authorDan Scott <dan@coffeecode.net>
Mon, 9 Apr 2012 13:37:57 +0000 (09:37 -0400)
committerDan Scott <dan@coffeecode.net>
Mon, 9 Apr 2012 13:37:57 +0000 (09:37 -0400)
commit57f1b4c609cc92aa43b74fdaf7226d24585d60d6
treecceb6b0eff1b0a0a095838d50d925771b8146404
parent1f349b5529aae0687aa6dece8088a73f5f442f2e
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>
build/i18n/scripts/db-seed-i18n.py