Skip to content

Commit d436a78

Browse files
committed
fix: pass flavor to po2txt
Will be needed after translate/translate#5972 for proper segmentation.
1 parent d12614c commit d436a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

weblate/formats/convert.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ def save_content(self, handle) -> None:
590590
input_file=self.store,
591591
output_file=None,
592592
template_file=templatefile,
593+
flavour=self.flavour,
593594
)
594595
outputstring = converter.merge_stores()
595596
handle.write(outputstring.encode("utf-8"))

0 commit comments

Comments
 (0)