After a clean install of the newest revision 594, in followed the instructions to install rosetta. Everything went successful, I can see django_rosetta-0.5.6-py2.6.egg in the python2.6 lib.

I also checked the urls.py & the settings.py, also fine. Debug mode is turned off in the settings_local.py.

I touched osqa.fcgi, but I still end up with a 404 when calling http://mysite.com/rosetta/

What am I missing? Any advice? As I said before, it was working like a charm under revision 396 Edit: I copied the old django.po and django.mo from my old installation and pasted them in the new. (I had already completed 62% of the German translation)

asked 14 Sep '10, 06:48

Michael%20Lanzinger's gravatar image

Michael Lanz...
16235
accept rate: 0%

edited 25 Nov '10, 12:24

rickross's gravatar image

rickross ♦♦
12.5k2914972

Can you import rosetta from the command line?

(14 Sep '10, 09:00) Hernani Cerq... ♦♦

I have the same problem. I followed the instructions in http://meta.osqa.net/questions/1696/how-to-use-rosetta-in-osqa-to-do-translations-through-a-web-interface using easy_install The settings.py and urls.py files have been modified correctly (and automatically, thanks!) But I get a 404 when going to http://mysite.com/rosetta , which otherwise runs OSQA perfectly. Any idea where I should start looking for a bug? BTW, I'm on Webfaction. And yes, I can import rosetta from the command line.

(24 Nov '10, 11:49) stocko

@stocko, make sure you you don't have debug disabled, an add a slash to the the url, so it becomes http://mysite.com/rosetta/

(26 Nov '10, 06:03) Hernani Cerq... ♦♦

@hernani-cerqueira You mean DEBUG should be False, right? I added the slash and still get a 404. As far as I understand, this is what the OP is getting too. Also, I'm making a Swedish translation of OSQA, how would I go about submitting it when it's ready?

(26 Nov '10, 08:30) stocko

See this: http://jira.osqa.net/browse/OSQA-484

I too was getting 404s. Thanks to Stas Shtin for submitting this patch. After applying it rosetta is picked up and ready to translate (SVN revision-769)

link

answered 20 Feb '11, 04:55

xatrix's gravatar image

xatrix
116126
accept rate: 25%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×22
×15
×12
×1

Asked: 14 Sep '10, 06:48

Seen: 660 times

Last updated: 20 Feb '11, 04:55

powered by OSQA