Show More
@@ -168,7 +168,7 b' def _normalize_po(raw_content):' | |||
|
168 | 168 | |
|
169 | 169 | def _normalize_po_file(po_file, merge_pot_file=None, strip=False): |
|
170 | 170 | if merge_pot_file: |
|
171 | runcmd(['msgmerge', '--width=76', '--backup=none', '--previous', | |
|
171 | runcmd(['msgmerge', '--width=76', '--backup=none', '--previous', '--no-fuzzy-matching', | |
|
172 | 172 | '--update', po_file, '-q', merge_pot_file]) |
|
173 | 173 | if strip: |
|
174 | 174 | po_tmp = po_file + '.tmp' |
General Comments 0
You need to be logged in to leave comments.
Login now