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 doesn't find locales if project is a subdirectory #85

Open
iljabauer opened this issue Jul 17, 2013 · 4 comments
Open

rosetta doesn't find locales if project is a subdirectory #85

iljabauer opened this issue Jul 17, 2013 · 4 comments

Comments

@iljabauer
Copy link

My strucure look like this:

  manage.py
  myapp/
    __init__.py
    models.py
  mysite/
    __init__.py
    settings.py
    urls.py

So rosetta doesn't find locales because:
abs_project_path is "/project_root_dir/mysite" and not "/project_root_dir/"

Working with virtualenv and django 1.4

@maoaiz
Copy link

maoaiz commented Jul 18, 2013

I have the same issue!

@tkaczu
Copy link

tkaczu commented Aug 13, 2013

Also the same problem occured (django 1.5)

@maoaiz
Copy link

maoaiz commented Aug 26, 2013

I have solved my problem typing the makemessages and compilemessages on the app path.
Then, to view your app in rosetta click on the Third party section. (http://localhost:8000/rosetta/pick/?filter=third-party)

Then, this is not an issue.

@claudep
Copy link
Contributor

claudep commented Aug 24, 2018

I think this should not happen any more with current AppConfig usage to find app paths.

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

4 participants