Commit 647272ab authored by Michal Čihař's avatar Michal Čihař

Do not create multistring for one entry

Fixes rb#577
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ae9adeca
......@@ -79,7 +79,7 @@ class BaseExporter(object):
output.target = multistring(unit.get_target_plurals())
else:
output = self.storage.UnitClass(unit.source)
output.target = multistring(unit.target)
output.target = unit.target
output.context = unit.context
for location in unit.location.split():
if location:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment