Commit 7837628b authored by Michal Čihař's avatar Michal Čihař

Pass parsed plurals to form

parent 4b1e7158
......@@ -123,7 +123,7 @@ def translate(request, project, subproject, lang):
# Prepare form
form = TranslationForm(initial = {
'checksum': unit.checksum,
'target': unit.target,
'target': unit.get_target_plurals(),
'fuzzy': unit.fuzzy,
})
......
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