I’m thoroughly reading Tornado Documentation and trying to learn Tornado.
But some parts need to be changed such as
{{ xsrf_form_html() }}
to
{% raw xsrf_form_html() %}
in Cross-site request forgery protection
I have found that solution in wiki.
But I could not make example work for Localization
It does not translate anything.
Anyone knows and good guide for using Localization for Tornado?
You can try reading http://tornado-babel.readthedocs.org/en/latest/index.html where the localisation process is explained. Though most of the content is relevant for the standard
tornado.localemodule,tornado-babelextends the functionality and uses babel for l10n and i18n.