Commit 52a5614d authored by Michal Čihař's avatar Michal Čihař

Fix variable name

parent 5be60d3c
......@@ -231,5 +231,5 @@ def get_distinct_translations(units):
if unit.target in targets:
continue
targets[unit.target] = 1
result.append(lang)
result.append(unit)
return result
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