Commit 8479c398 authored by Michal Čihař's avatar Michal Čihař

Save language code

parent 56ee242b
......@@ -291,6 +291,7 @@ class Translation(models.Model):
add = True,
last_translator = author,
plural_forms = self.language.get_plural_form(),
language = self.language.code,
x_generator = 'Weblate %s' % trans.VERSION
)
store.save()
......
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