Add the checkout app to the translation managing script

This commit is contained in:
Roberto Rosario
2012-07-10 11:15:25 -04:00
parent 2ef64bebcb
commit 9b18be1333

View File

@@ -10,7 +10,7 @@ APP_LIST = ('common', 'converter', 'documents', 'document_comments',
'linking', 'main', 'metadata', 'navigation', 'ocr', 'permissions',
'project_setup', 'project_tools', 'smart_settings', 'sources',
'tags', 'user_management', 'web_theme', 'django_gpg', 'document_signatures',
'acls', 'installation', 'scheduler')
'acls', 'installation', 'scheduler', 'checkouts')
LANGUAGE_LIST = ('en', 'pt', 'pt_BR', 'ru', 'es', 'it', 'pl', 'de_DE')
makemessages = pbs.Command('django-admin.py')