carlxaeron / django-rosetta

Automatically exported from code.google.com/p/django-rosetta
MIT License
0 stars 0 forks source link

contextual hints introduced in r114 are not working. #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add this into e.g. views.py file
# Translators: TEST ENTRY
_('test')
2. run python manage.py makemessages -a
3. go into rosetta and find the "test" entry

What is the expected output? What do you see instead?
It should show "TEST ENTRY" below the msgid.

What version of the product are you using? On what operating system?
rosetta -r 114
django -r 15441
python 2.6 

Please provide any additional information below.

makemessages renders the translators hint as 
#. Translators: TEST ENTRY
which is handled as "generated comment" line by the polib.
rosetta's profile.html would display message.msgctxt

Original issue reported on code.google.com by defaultw...@gmail.com on 8 Feb 2011 at 3:59

GoogleCodeExporter commented 8 years ago
Good point. Fixed in r115.

Original comment by mbonetti on 8 Feb 2011 at 4:46