comparison 0.9.x/babel/messages/frontend.py @ 310:d45840760733 stable

Ported [341] to 0.9.x stable branch.
author cmlenz
date Mon, 07 Jan 2008 16:07:11 +0000
parents 6156de68f5d6
children 9186e4449927
comparison
equal deleted inserted replaced
308:6156de68f5d6 310:d45840760733
122 po_files.append(po_file) 122 po_files.append(po_file)
123 mo_files.append(os.path.join(self.directory, locale, 123 mo_files.append(os.path.join(self.directory, locale,
124 'LC_MESSAGES', 124 'LC_MESSAGES',
125 self.domain + '.mo')) 125 self.domain + '.mo'))
126 else: 126 else:
127 po_files.append(self.output_file) 127 po_files.append(self.input_file)
128 if self.output_file: 128 if self.output_file:
129 mo_files.append(self.output_file) 129 mo_files.append(self.output_file)
130 else: 130 else:
131 mo_files.append(os.path.join(self.directory, self.locale, 131 mo_files.append(os.path.join(self.directory, self.locale,
132 'LC_MESSAGES', 132 'LC_MESSAGES',
Copyright (C) 2012-2017 Edgewall Software