django-rosetta icon indicating copy to clipboard operation
django-rosetta copied to clipboard

rosetta doesn't find locales if project is a subdirectory

Open iljabauer opened this issue 11 years ago • 4 comments

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

iljabauer avatar Jul 17 '13 07:07 iljabauer

I have the same issue!

maoaiz avatar Jul 18 '13 05:07 maoaiz

Also the same problem occured (django 1.5)

tkaczu avatar Aug 13 '13 20:08 tkaczu

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.

maoaiz avatar Aug 26 '13 19:08 maoaiz

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

claudep avatar Aug 24 '18 12:08 claudep