Specify no_fuzzy_matching to True for update_catalog

update_catalog is used to update glossary PO files.
In glossary PO files, fuzzy matching proposes inappropriate entries
and as a result it is useless in most cases.
It looks reasonable to set no_fuzzy_matching to True in our use cases.

Change-Id: I3a77cb7ed231173fce27c666a9eed2821612d57c
This commit is contained in:
Akihiro Motoki 2016-09-09 15:01:17 +09:00
parent d7105caa1e
commit 0bb8279674
1 changed files with 1 additions and 0 deletions

View File

@ -40,3 +40,4 @@ warnerrors = True
domain = i18n
output_dir = i18n/locale
input_file = i18n/locale/i18n.pot
no_fuzzy_matching = True