Prepare the new diagnostics, statistics and maintenance apps for translation

This commit is contained in:
Roberto Rosario
2012-07-27 01:24:20 -04:00
parent 2aff8ce165
commit e9185784a7
35 changed files with 935 additions and 1 deletions

View File

@@ -10,7 +10,8 @@ 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', 'checkouts', 'bootstrap')
'acls', 'installation', 'scheduler', 'checkouts', 'bootstrap',
'maintenance', 'diagnostics', 'statistics')
LANGUAGE_LIST = ('en', 'pt', 'pt_BR', 'ru', 'es', 'it', 'pl', 'de_DE', 'fr', 'nl_NL', 'bg')
makemessages = pbs.Command('django-admin.py')