kinyelo / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
1 stars 2 forks source link

Page title is not localized #404

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The $page.content is localized, but the $page.title variable is not.
Therefore the template as follows does not work:
<div>
                                      <h3>$page.title</h3>
                                      $page.content
                                    </div>

Original issue reported on code.google.com by nguyen.a...@gmail.com on 27 Dec 2010 at 6:03

GoogleCodeExporter commented 9 years ago
Please use $page.localTitle

Original comment by kinyelo@gmail.com on 20 Jan 2011 at 9:37