Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rosetta not finding locale pos in conf/locale #79

Open
guillaumepiot opened this issue Jun 6, 2013 · 3 comments
Open

Rosetta not finding locale pos in conf/locale #79

guillaumepiot opened this issue Jun 6, 2013 · 3 comments

Comments

@guillaumepiot
Copy link

By default, Django will store the locale files in conf/locale.

But some reasons, Rosetta will not pick up those files, but rather only files in the app directories.

Any ideas why?

@mbi
Copy link
Owner

mbi commented Jun 11, 2013

Are you referring to Django's own translation catalogs, i.e. point number 3 of https://docs.djangoproject.com/en/1.5/topics/i18n/translation/#how-django-discovers-translations ?

@guillaumepiot
Copy link
Author

Yes, that's the one, it would be very useful if Rosetta could pick up those locale files as well.

@juanmitaboada
Copy link

Easy solution:

  1. touch app/conf/init.py
  2. Add app.conf to your apps in settings.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants