277
276
"""Create message, and translate it to Dutch & German."""
278
277
message = self.factory.makePOTMsgSet(self.potemplate, template_text,
281
279
new_nl_message = self._setTranslation(
282
280
message, self.nl_pofile, nl_text, submitter=submitter,
283
281
is_current_upstream=is_current_upstream)