carlxaeron / django-rosetta

Automatically exported from code.google.com/p/django-rosetta
MIT License
0 stars 0 forks source link

Exclude applications - feature requests #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice if we were enabled to perhaps provide a
ROSETTA_EXCLUDE_APPLICATIONS attribute in settings to notify Rosetta that
we do not want to localize the provided applications.

Original issue reported on code.google.com by filip.du...@gmail.com on 28 Apr 2010 at 1:07

GoogleCodeExporter commented 8 years ago
Is there any workaround currently to exclude some applications?

Original comment by pakhomov...@yandex.ru on 1 Jun 2010 at 3:35

GoogleCodeExporter commented 8 years ago
This is implemented as of Rosetta 0.5.5. You can define the list of 
applications to exclude by adding them to 
ROSETTA_EXCLUDED_APPLICATIONS in your settings, e.g. 

ROSETTA_EXCLUDED_APPLICATIONS = ('testapp', 'anotherapp', )

Original comment by mbonetti on 5 Jun 2010 at 11:22