OLD | NEW |
1 <h1>Translation strings are all in the template</h1> | 1 <h1>Translation strings are all in the template</h1> |
2 | 2 |
3 Simple TS with default: Übersetzen. | 3 Simple TS with default: Übersetzen. |
4 | 4 |
5 Same TS with no default: doesn't work in templates. | 5 Same TS with no default: doesn't work in templates. |
6 | 6 |
7 TS with fixed text: Fester text. | 7 TS with fixed text: Fester text. |
8 | 8 |
9 Nested translation: <a href="http://bar.de/">Bar</a> und <a href="http://baz.de/
">Baz</a>. | 9 Nested translation: <a href="http://bar.de/">Bar</a> und <a href="http://baz.de/
">Baz</a>. |
10 | 10 |
11 Link resolving: <a href="/de/translate" hreflang="de">Diese Seite</a>. | 11 Link resolving: <a href="/de/translate" hreflang="de">Diese Seite</a>. |
12 | 12 |
13 Entity escaping: Draggen&droppen. | 13 Entity escaping: Draggen&droppen. |
14 | 14 |
15 Entity escaping in links: <a href="http://foo.com/?a&b">Bar</a>. | 15 Entity escaping in links: <a href="http://foo.com/?a&b">Bar</a>. |
OLD | NEW |