Skip to content

Commit

Permalink
Add missing fuzzy options in po2resx
Browse files Browse the repository at this point in the history
  • Loading branch information
unho committed May 12, 2015
1 parent 698384f commit f08c332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions translate/convert/po2resx.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def main(argv=None):
}
parser = convert.ConvertOptionParser(formats, usetemplates=True,
description=__doc__)
parser.add_fuzzy_option()
parser.run(argv)


Expand Down

0 comments on commit f08c332

Please sign in to comment.