OLD | NEW |
1 template = empty | 1 template = default |
2 | 2 |
3 Simple TS with default: {{ simple[desc] Translate }}. | 3 Simple TS with default: {{ simple[desc] Translate }}. |
4 | 4 |
5 Same TS with no default: {{ simple }}. | 5 Same TS with no default: {{ simple }}. |
6 | 6 |
7 TS with fixed text: {{fix-ts[fix] Fixed <fix>text</fix>}}. | 7 TS with fixed text: {{fix-ts[fix] Fixed <fix>text</fix>}}. |
8 | 8 |
9 Nested translation: {{nested-ts <a href="{{nested-link http://foo.com/}}">Foo</a
> and <a href="{{nested-link2 http://baz.com/}}">Baz</a>}}. | 9 Nested translation: {{nested-ts <a href="{{nested-link http://foo.com/}}">Foo</a
> and <a href="{{nested-link2 http://baz.com/}}">Baz</a>}}. |
10 | 10 |
11 Link resolving: {{linked-ts <a href="translate">This page</a>}}. | 11 Link resolving: {{linked-ts <a href="translate">This page</a>}}. |
12 | 12 |
13 Link to a non-translatable page: {{linked-ts2 <a href="sitemap">Site map</a>}}. | 13 Link to a non-translatable page: {{linked-ts2 <a href="sitemap">Site map</a>}}. |
14 | 14 |
15 Entity escaping: {{entity-ts Drag&drop}}. | 15 Entity escaping: {{entity-ts Drag&drop}}. |
16 | 16 |
17 Entity escaping in links: {{entity-lnk <a href="http://foo.com/?a&b">Foo</a>}}. | 17 Entity escaping in links: {{entity-lnk <a href="http://foo.com/?a&b">Foo</a>}}. |
OLD | NEW |