Save language code

This commit is contained in:
Michal Čihař 2012-02-29 13:47:53 +01:00
parent 56ee242b2c
commit 8479c39808

View File

@ -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()