ANN: Internationalization in Django

  • Thread starter Adrian Holovaty
  • Start date
A

Adrian Holovaty

Thanks to great contributions from the community, Django now has full
internationalization support.

(Django is a full-stack Python Web framework that encourages rapid
development and clean, pragmatic design. See
http://www.djangoproject.com/ .)

Django now has:

* Full support for specifying translation strings -- both in Python
code and in Django templates.

* Full support for detecting users' language preferences and using
the appropriate translation.

* Support for 12 languages in validation messages, core Django
models and the automatically created Django admin site.

This update is fully backwards-compatible.

We're grateful that translators have submitted translations for the
following languages:

* cs (Czech)
* de (German)
* en (English)
* es (Spanish)
* fr (French)
* gl (Galician)
* it (Italian)
* no (Norwegian)
* pt-br (Brazilian)
* ru (Russian)
* sr (Serbian)
* zh-cn (Simplified Chinese)
* sk (Slovak)

See the full documentation here:

http://www.djangoproject.com/documentation/i18n/

Adrian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top