changeset 251:242c9ba1d41d trunk

don't init new catalogs as fuzzy
author pjenvey
date Tue, 14 Aug 2007 07:20:33 +0000
parents 6c06570af1b9
children a6ffb18d0c39
files babel/messages/frontend.py babel/messages/tests/frontend.py
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/babel/messages/frontend.py
+++ b/babel/messages/frontend.py
@@ -437,6 +437,7 @@
             infile.close()
 
         catalog.locale = self._locale
+        catalog.fuzzy = False
 
         outfile = open(self.output_file, 'w')
         try:
--- a/babel/messages/tests/frontend.py
+++ b/babel/messages/tests/frontend.py
@@ -315,7 +315,6 @@
 # project.
 # FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
 #
-#, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: TestProject 0.1\n"
Copyright (C) 2012-2017 Edgewall Software