Re: [Django] #12320: Translations hints in HTML are lost in PO file

2010-11-16 Thread Django
#12320: Translations hints in HTML are lost in PO file
---+
  Reporter:  bronger   | Owner:  nobody
Status:  new   | Milestone:  1.3   
 Component:  Internationalization  |   Version:  1.1   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by claudep):

  * has_patch:  0 => 1
  * milestone:  => 1.3

Comment:

 Proposed patch uploaded. Note that it properly applies only on top of
 #10004 patch.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #12320: Translations hints in HTML are lost in PO file

2010-02-08 Thread Django
#12320: Translations hints in HTML are lost in PO file
---+
  Reporter:  bronger   | Owner:  nobody
Status:  new   | Milestone:
 Component:  Internationalization  |   Version:  1.1   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  0 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by russellm):

  * stage:  Unreviewed => Accepted

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #12320: Translations hints in HTML are lost in PO file

2009-12-05 Thread Django
#12320: Translations hints in HTML are lost in PO file
--+-
 Reporter:  bronger   |   Owner:  nobody
   Status:  new   |   Milestone:
Component:  Internationalization  | Version:  1.1   
 Keywords:|   Stage:  Unreviewed
Has_patch:  0 |  
--+-
 Currently, all translation hints ("extracted comments" in xgettext speak)
 in HTML files get lost because xgettext interprets HTML files as Python
 sources and doesn't know {# ... #} or .

 Therefore, django.utils.translation.trans_real.templatize should convert
 HTML/Template comments to Python comments.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

--

You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.