Blog post about django i18N

2010-09-19 Thread madewulf
Hello everybody, I just finished a blog post about i18n with Django. Comments/patches are welcome ! http://www.multitasked.net/2010/sep/19/django-i18n-tricks/ Martin De Wulf -- You received this message because you are subscribed to the Google Groups "Django I18N" group. To post to this group

Feature idea

2010-06-03 Thread madewulf
Hello, I was thinking of implementing a little command line tool that would show you all lines where a string is NOT marked for translation in all .html files. This just means stripping html tags, and removing django template tags, before outputing the remaining strings and the line number. I was