changeset 308:e6d89e411eae stable-0.9.x

Ported [341] to 0.9.x stable branch.
author cmlenz
date Mon, 07 Jan 2008 16:07:11 +0000
parents 2912cdc2730a
children 938fb7c39a98
files babel/messages/frontend.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/babel/messages/frontend.py
+++ b/babel/messages/frontend.py
@@ -124,7 +124,7 @@
                                                      'LC_MESSAGES',
                                                      self.domain + '.mo'))
         else:
-            po_files.append(self.output_file)
+            po_files.append(self.input_file)
             if self.output_file:
                 mo_files.append(self.output_file)
             else:
Copyright (C) 2012-2017 Edgewall Software