Skip to content

Commit e85e71d

Browse files
committed
don't init new catalogs as fuzzy
1 parent 50455c6 commit e85e71d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

babel/messages/frontend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ def run(self):
437437
infile.close()
438438

439439
catalog.locale = self._locale
440+
catalog.fuzzy = False
440441

441442
outfile = open(self.output_file, 'w')
442443
try:

babel/messages/tests/frontend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ def test_with_output_dir(self):
315315
# project.
316316
# FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
317317
#
318-
#, fuzzy
319318
msgid ""
320319
msgstr ""
321320
"Project-Id-Version: TestProject 0.1\n"

0 commit comments

Comments
 (0)