| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <body> | |
| 3 Simple TS with default: Übersetzen. | |
| 4 | |
| 5 Same TS with no default: Übersetzen. | |
| 6 | |
| 7 Another TS with no default: Deutsche <a href="http://foo.com/">Übersetzung</a>. | |
| 8 | |
| 9 TS with fixed text: Fester text. | |
| 10 | |
| 11 Nested translation: <a href="http://bar.de/">Bar</a> und <a href="http://baz.de/ ">Baz</a>. | |
| 12 | |
| 13 Link resolving: <a href="translate" hreflang="de">Diese Seite</a>. | |
| 14 | |
| 15 Link to a non-translatable page: <a href="../en/sitemap" hreflang="en">Seitenver zeichnis</a>. | |
| 16 | |
| 17 Entity escaping: Draggen&droppen. | |
| 18 | |
| 19 Entity escaping in links: <a href="http://foo.com/?a&b">Bar</a>. | |
| 20 </body> | |
| 21 </html> | |
| OLD | NEW |