OLD | NEW |
1 <h1>Translations from an include fragment</h1> | 1 <h1>Translations from an include fragment</h1> |
2 Simple TS with default: Übersetzen. | 2 Simple TS with default: Übersetzen. |
3 | 3 |
4 Same TS with no default: Übersetzen. | 4 Same TS with no default: Übersetzen. |
5 | 5 |
6 TS with fixed text: Fester text. | 6 TS with fixed text: Fester text. |
7 | 7 |
8 Nested translation: <a href="http://bar.de/">Bar</a> und <a href="http://baz.de/
">Baz</a>. | 8 Nested translation: <a href="http://bar.de/">Bar</a> und <a href="http://baz.de/
">Baz</a>. |
9 | 9 |
10 Link resolving: <a href="/de/translate" hreflang="de">Diese Seite</a>. | 10 Link resolving: <a href="/de/translate" hreflang="de">Diese Seite</a>. |
11 | 11 |
12 Link to a non-translatable page: <a href="/en/sitemap" hreflang="en">Seitenverze
ichnis</a>. | 12 Link to a non-translatable page: <a href="/en/sitemap" hreflang="en">Seitenverze
ichnis</a>. |
13 | 13 |
14 Entity escaping: Draggen&droppen. | 14 Entity escaping: Draggen&droppen. |
15 | 15 |
16 Entity escaping in links: <a href="http://foo.com/?a&b">Bar</a>. | 16 Entity escaping in links: <a href="http://foo.com/?a&b">Bar</a>. |
OLD | NEW |