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
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