djommon: package compiled translations

This commit is contained in:
Benjamin Dauvergne 2013-04-25 18:28:10 +02:00
parent b37a6fc5b1
commit 992ebe9780
2 changed files with 2 additions and 1 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
recursive-include entrouvert/djommon/locale *.po *.mo

View File

@ -25,7 +25,7 @@ class compile_translations(Command):
import sys
from django.core.management.commands.compilemessages import \
compile_messages
for path in []:
for path in ['entrouvert/djommon/']:
if path.endswith('.py'):
continue
curdir = os.getcwd()