Questions tagged [django-rosetta]

Rosetta is a Django application that eases the translation process of your Django projects.

Rosetta is a Django application that eases the translation process of your Django projects.

https://github.com/mbi/django-rosetta

36 questions
0
votes
0 answers

How to change language on the template in django-rosetta

I installed django-rosetta in my project. I created a .po and .mo files. The template I have a code that shows the text already translated in the django-rosetta (from django docs). How to create a link that will direct to each of the translated…
mark
  • 653
  • 1
  • 10
  • 23
0
votes
1 answer

django - i18n - create translation but use it later?

I want to use a string which is not in use yet. so there is no any {% trans 'word_I_want_to_use' %} in template nor in views/models yet. can I just create it like this in views.py? from django.utils.translation import ugettext as…
doniyor
  • 36,596
  • 57
  • 175
  • 260
0
votes
2 answers

Does not update translations in rosetta for Django

I have some translations in rosetta and it have worked. Now I need to update some of those trasnlations. I have done it in rosetta adminstrator and checked it in .po file, and are ok. Now, I compile the .po file, django-admin.py compilemessages -l…
Java Developer
  • 172
  • 1
  • 2
  • 10
0
votes
2 answers

should changes of translations in django rosetta propagate automatically to frontend?

When I make or alter translations in Rosetta in Django backend, the po and mo files get updated. However, I don't see them directly show up in the frontend. The doc of Rosetta says: NEW: if your webserver supports it, you can force auto-reloading…
Frido Emans
  • 5,120
  • 2
  • 27
  • 42
0
votes
1 answer

Django rosetta url strange behaviour

Django 127.0.0.1:8000/rosetta does not work correctly in DEBUG = True. It will never let you edit translations. When I change into False it works.
Aitvaras
  • 261
  • 4
  • 15
0
votes
1 answer

Can install django-rosetta package using "easy_install"

I have django 1.2.4, Python 2.6.6 and latest osqa[july2012] installed on bluehost. I would like to translate the osqa app[works fine] using rosetta. I am using terminal on mac with ssh connection. osqa is here …
user1012032
1 2
3