I need something like this.
<h1> {{=T("Here I will put the awesome title")}} </h1>
So I will create files for languages:
en.py
{"Here I will put the awesome title": "My Title"}
pt-br.py
{"Here I will put the awesome title": "Meu tÃtulo"}
an so..
Should it works?

