X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/fb09175c71d4a656627dfc8607e88b806c27241a..7d92d059f03572fe9119db1e6fe8363cbe0d2d90:/apps/wolnelektury_core/management/commands/localepack.py

diff --git a/apps/wolnelektury_core/management/commands/localepack.py b/apps/wolnelektury_core/management/commands/localepack.py
index cc6d42ef8..4ec743441 100644
--- a/apps/wolnelektury_core/management/commands/localepack.py
+++ b/apps/wolnelektury_core/management/commands/localepack.py
@@ -95,7 +95,7 @@ class ModelTranslation(Locale):
 
     def load(self, input_directory, languages):
         call_command('translation2po', self.appname, directory=input_directory,
-                     load=True, lang=','.join(zip(*languages)[0]), poname=self.poname)
+                     load=True, lang=','.join(zip(*languages)[0]), poname=self.poname, keep_running=True)
 
 
 class CustomLocale(Locale):