]> git.sesse.net Git - ttk-gettext/blob - test.tmpl
Add a note about what to do when changing/adding strings.
[ttk-gettext] / test.tmpl
1 <html>
2   <head>
3     <title>A little template test</title>
4   </head>
5   <body>
6     <p>This is a test.</p>
7
8     <p><_>This is a different test pattern. You may notice that
9       since the block doesn't close the last tag, we had to
10       use a special pseudo-tag to show the gettext magic that
11       we want to translate it. In most cases this isn't required,
12       though.</_>
13 [% IF foo %]
14       <_>Foo was enabled.</_>
15 [% END %]
16       <_>This is the end of the test.</_></p>
17   </body>
18 </html>