Add translation file for the trash app

This commit is contained in:
Roberto Rosario
2012-08-08 03:02:31 -04:00
parent 91a5b5c7b3
commit d23cf986e0
13 changed files with 1126 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ APP_LIST = ('common', 'converter', 'documents', 'document_comments',
'tags', 'user_management', 'web_theme', 'django_gpg', 'document_signatures',
'acls', 'installation', 'scheduler', 'checkouts', 'bootstrap',
'maintenance', 'diagnostics', 'statistics', 'clustering', 'job_processor',
'lock_manager')
'lock_manager', 'trash')
LANGUAGE_LIST = ('en', 'pt', 'pt_BR', 'ru', 'es', 'it', 'pl', 'de_DE', 'fr', 'nl_NL', 'bg')
makemessages = pbs.Command('django-admin.py')