internationalisation in django

Posted by ha22109 on Stack Overflow See other posts from Stack Overflow or by ha22109
Published on 2010-03-31T13:32:33Z Indexed on 2010/03/31 13:43 UTC
Read the original article Hit count: 369

Filed under:
|

Hello ,

I am doing internationalisation in django admin.I am able to convert all my text to the specific langauge.But i m not able to change the 'app' name

suppose

django-admin.py startapp test

this will create a app called test inside my project.Inside this app 'test' i can create many classes in my model.py file.But when i register my app 'test' in settings.py file.I am convert all the text in the locale of my browser but my app heading 'test' is not getting changed.How to change that any idea?

© Stack Overflow or respective owner

Related posts about django

Related posts about django-admin